Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squarepear/hungrygame
A game for Pure JS Jam 02-08-19 (https://itch.io/jam/pure-js-jam)
https://github.com/squarepear/hungrygame
Last synced: 5 days ago
JSON representation
A game for Pure JS Jam 02-08-19 (https://itch.io/jam/pure-js-jam)
- Host: GitHub
- URL: https://github.com/squarepear/hungrygame
- Owner: squarepear
- Created: 2019-02-10T16:16:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T21:38:09.000Z (almost 6 years ago)
- Last Synced: 2024-11-12T18:21:01.540Z (2 months ago)
- Language: JavaScript
- Size: 840 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hungry Game (needs new name)
An online game for the [Pure JS Jam](https://itch.io/jam/pure-js-jam).Play [HERE](https://pure-js-hungry-game.herokuapp.com)
## Controls
| Action | Controls | Description | Cost |
|--------|----------|-------------|------|
| Move | WASD / Arrow keys | Move one space | 2 food |
| Double Move | Shift + WASD / Arrow keys | Move two spaces | 4 food |
| Attack | WASD / Arrow keys | Attack player in direction for half of your food count | 5 food |
| Move Attack | Shift + WASD / Arrow keys | Move one space and attack player for one quarter of your food count | 10 food |
| Eat | Space | Add value of tile times 10 to your food count | Free |
| Heal | Shift + Space | Add half of your food count to health | half of your food |
| Skip Turn | Tab | Skip your turn | Free |