Skip to content

Commit

Permalink
Added Mario Game
Browse files Browse the repository at this point in the history
  • Loading branch information
ananyag309 authored Jun 11, 2024
1 parent 35854f8 commit f601a2a
Show file tree
Hide file tree
Showing 26 changed files with 90,528 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Games/mario-game/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# mario-game
infinite game
Binary file added Games/mario-game/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Games/mario-game/brick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Games/mario-game/checkPoint.mp3
Binary file not shown.
Binary file added Games/mario-game/collided.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Games/mario-game/die.mp3
Binary file not shown.
Binary file added Games/mario-game/gameOver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Games/mario-game/ground2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions Games/mario-game/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html><html><head>
<script src="p5.js"></script>
<script src="p5.dom.min.js"></script>
<script src="p5.sound.min.js"></script>
<script src="./p5.play.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">

</head>
<body>
<script src="sketch.js"></script>



</body></html>
Binary file added Games/mario-game/jump.mp3
Binary file not shown.
Binary file added Games/mario-game/mario00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Games/mario-game/mario01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Games/mario-game/mario02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Games/mario-game/mario03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added Games/mario-game/obstacle1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Games/mario-game/obstacle2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Games/mario-game/obstacle3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Games/mario-game/obstacle4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Games/mario-game/p5.dom.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit f601a2a

Please sign in to comment.