Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 2.52 KB

README.md

File metadata and controls

50 lines (42 loc) · 2.52 KB

🚀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.

PLAY NOW!

Game Rule

  1. Press 'w','a','s','d' or '↑','←','↓','→' to move.
  2. Eat all bugs before you reach the exit.
  3. Be aware of the fatal laser.

Development

  1. Clone from remote.
git clone [email protected]:ByronHsu/Foop.git
npm install
  1. Make sure you have installed mongoDB, before you start it.
sudo mongod
  1. Development Mode
npm run dev
  1. 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!