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
- Host: GitHub
- URL: https://github.com/byronhsu/foop
- Owner: ByronHsu
- License: mit
- Created: 2018-01-24T09:38:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T10:20:22.000Z (about 8 years ago)
- Last Synced: 2025-06-23T23:51:03.123Z (about 1 year ago)
- Topics: pixi-js, webgame
- Language: JavaScript
- Homepage: http://www.foop.tw/
- Size: 4.65 MB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
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!