Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
github-classroom[bot] committed Apr 24, 2021
0 parents commit 5bc48dd
Show file tree
Hide file tree
Showing 5 changed files with 2,150 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
32 changes: 32 additions & 0 deletions README.md
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
13 changes: 13 additions & 0 deletions index.html
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>
Loading

0 comments on commit 5bc48dd

Please sign in to comment.