Foop
Foop copied to clipboard
π»πA For-loop-like debugging GAME
πDISCUSS ON PRODUCT HUNT
Introduction
Foop is a for-loop-like debugging GAME.
Stuck in a gigantic for loop, you have to catch bugs before the execution thread(laser) runs into them. The map shows your current position in this nested loop.
You will be roughly experiencing debugger's struggle in this simple browser-based game.
Game Rule
- Press 'w','a','s','d' or 'β','β','β','β' to move.
- Eat all bugs before you reach the exit.
- Be aware of the fatal laser.
Development
- Clone from remote.
git clone [email protected]:ByronHsu/Foop.git
npm install
- Make sure you have installed mongoDB, before you start it.
sudo mongod
- Development Mode
npm run dev
- Production Mode
npm run build
npm run start
Contributors
ByronHsu π» π π |
Joey Huang π» π π€ |
---|
This project follows the all-contributors specification. Contributions of any kind are welcome!