-
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
1 parent
53548d6
commit eec0c97
Showing
1 changed file
with
27 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,27 @@ | ||
# Donut Doom: A Sweet Nightmare | ||
|
||
![welcome page](https://github.com/mohanamisra/donut-doom/assets/91205171/e6f9f6fa-31ca-4a13-8012-b6c101310254) | ||
|
||
Demo: https://donutdoomarcade.web.app/ | ||
|
||
No one asked you to wander through a cemetery at 3 AM. But here you are, all alone, with only a donut in your hand. You hear something and you realise...the monsters are here! | ||
|
||
Quick, feed the monsters those donuts, before they feed on you! | ||
|
||
![game image](https://github.com/mohanamisra/donut-doom/assets/91205171/2c506cff-0e4c-4d02-abd2-221f29b2205b) | ||
|
||
|
||
Players can login with Google through Firebase (so it is easy and secure), set a custom username (make it as scary as you want!) and rank in the global leaderboard! | ||
|
||
|
||
![leaderboard](https://github.com/mohanamisra/donut-doom/assets/91205171/b656f69c-95ff-4746-adae-7e7633fcaaff) | ||
|
||
|
||
Sweet nightmares! | ||
|
||
### Tech Stack: | ||
p5.js for rendering game objects (https://p5js.org/) | ||
Matter JS for game physics (https://brm.io/matter-js/docs/) | ||
React for rendering other typical web app components | ||
CSS for styling pages | ||
Firebase for database, auth, hosting (https://firebase.google.com/) |