Monkey Duck Game is a cute little browser game built in React π΅
β¨ LIVE DEMO β¨
π€ Ever have one of those days when you just can't get your ducks in a row?
π€·ββοΈ Maybe you're not even sure where your ducks are?!
YOUR DUCKS:
Monkey_Duck_Game_Demo_Video.mp4
This project was created by me for my own amusement (and learning). π©βπ
This project started off as a Monkey Sort algorithm, which I leveraged to crash my browser a lot! π
Once the fun of that wore off, I wondered what else I could do with the array of emojis and some monkeys... π€
Then I had an idea! π‘
So I built it. π
π Emojis are loaded to the screen
π¦ Add some ducks
π Add a monkey
π€Ή Ask the monkey to shuffle the emojis
π Get some of your ducks in a row, and WIN! π₯³
- Fork this repository to your own GitHub account.
- Clone your fork onto your local device.
- Install all dependencies using the
npm i
(ornpm install
) command. - Start the web server using the
npm start
command. The app will be served at http://localhost:3000. - Navigate to http://localhost:3000 in your browser.
- Have fun! π₯³