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! 🥳