generated from maqalaqil/marvel-game
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5bc48dd
Showing
5 changed files
with
2,150 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# marvel-game | ||
|
||
|
||
# Instructions | ||
Challenge 1:(script.js) | ||
1. you will load the marvel.json using a fetch | ||
2. create Character class and load the data to it. | ||
3. Create a method to check if Character is good || bad || natural | ||
4. Create a Search Method | ||
5. Create a random Method :D be as creative as possible :) | ||
<br> | ||
|
||
Challenge 2: | ||
1. Fetch data from The provided [link](https://akabab.github.io/superhero-api/) | ||
2. create a Classes for all characters | ||
3. Create a battle mode | ||
4. Create a Creative design to show the battle mode | ||
|
||
|
||
<br> | ||
|
||
|
||
If you have issues, don't hesitate to google them. | ||
<br> | ||
If you still have issues, don't hesitate to talk to your friends in the same room. | ||
<br> | ||
If you still have issues, don't hesitate to talk to your instructors. | ||
<br> | ||
(There is a request help button in zoom that will tell us to join you or simply PM us on slack) | ||
<br> | ||
<br> | ||
Have fun! :D :D |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
|
||
</body> | ||
<script src="script/script.js"></script> | ||
</html> |
Oops, something went wrong.