JS>> Foop>> 返回
项目作者: ByronHsu

项目描述 :
💻🐛A For-loop-like debugging GAME
高级语言: JavaScript
项目地址: git://github.com/ByronHsu/Foop.git
创建时间: 2018-01-24T09:38:38Z
项目社区:https://github.com/ByronHsu/Foop

开源协议:MIT License

下载







🚀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

  4. Clone from remote.

    1. git clone git@github.com:ByronHsu/Foop.git
    2. npm install
  5. Make sure you have installed mongoDB, before you start it.
    1. sudo mongod
  6. Development Mode
    1. npm run dev
  7. Production Mode
    1. npm run build
    2. npm run start

    Contributors


ByronHsu

💻 📖 📋

Joey Huang

💻 📖 🤔

This project follows the all-contributors specification. Contributions of any kind are welcome!