An open API service indexing awesome lists of open source software.

https://github.com/byronhsu/foop

πŸ’»πŸ›A For-loop-like debugging GAME
https://github.com/byronhsu/foop

pixi-js webgame

Last synced: about 1 year ago
JSON representation

πŸ’»πŸ›A For-loop-like debugging GAME

Awesome Lists containing this project

README

          






πŸš€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

0. Clone from remote.
```
git clone git@github.com:ByronHsu/Foop.git
npm install
```
1. Make sure you have installed mongoDB, before you start it.
```
sudo mongod
```
2. Development Mode
```
npm run dev
```
3. Production Mode
```
npm run build
npm run start
```

Contributors

| [
ByronHsu](https://github.com/ByronHsu)
[πŸ’»](https://github.com/ByronHsu/Foop/commits?author=ByronHsu "Code") [πŸ“–](https://github.com/ByronHsu/Foop/commits?author=ByronHsu "Documentation") [πŸ“‹](#eventOrganizing-ByronHsu "Event Organizing") | [
Joey Huang](https://github.com/csiejoey)
[πŸ’»](https://github.com/ByronHsu/Foop/commits?author=csiejoey "Code") [πŸ“–](https://github.com/ByronHsu/Foop/commits?author=csiejoey "Documentation") [πŸ€”](#ideas-csiejoey "Ideas, Planning, & Feedback") |
| :---: | :---: |

This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!