Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okaybenji/bitbout
A single-screen, local competitive platformer. #LOWREZJAM 2016
https://github.com/okaybenji/bitbout
game javascript local multiplayer phaser platformer
Last synced: 3 months ago
JSON representation
A single-screen, local competitive platformer. #LOWREZJAM 2016
- Host: GitHub
- URL: https://github.com/okaybenji/bitbout
- Owner: okaybenji
- Created: 2016-04-01T18:13:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T04:41:40.000Z (almost 6 years ago)
- Last Synced: 2024-10-04T09:27:38.870Z (3 months ago)
- Topics: game, javascript, local, multiplayer, phaser, platformer
- Language: JavaScript
- Homepage: https://okaybenji.itch.io/bitbout
- Size: 3.45 MB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![bitbout](http://okaybenji.github.io/bitbout/bitbout-icon-512.png)
### A single-screen, local competitive platformer2-4 players duke it out while trying not to fall to their doom. Each player has 3 lives and limited HP. Last bit standing wins!
###[Play it!](http://okaybenji.itch.io/bitbout)
Code, design and sound by Benji Kay. [@okaybenji](http://twitter.com/okaybenji)
Art and animation by Adam Bing. [@Exciteless](http://twitter.com/Exciteless)
Written with [Phaser](http://github.com/photonstorm/phaser), with [chiptune2.js](https://github.com/deskjet/chiptune2.js) for SFX and music.
1. Install dependencies via **`npm install`**
2. Build with **`npm run build`** or auto-build when scripts change with **`npm run watch`**## Game Controls
Supports **PS4** DualShock 4 and **Xbox One** controllers!
**Blue**: Gamepad 1, or move with `W S A D` and attack with `Q`
**Pink**: Gamepad 2, or move with `UP DOWN LEFT RIGHT` and attack with `SHIFT`
**Green**: Gamepad 3, or move with `I K J L` and attack with `U`
**Purple**: Gamepad 4, or move with `T G F H` and attack with `R`Change the **map** with `M`
Change the number of **players** with `P`
Change the **BGM** (music) with `B`
**Restart** the game with `ENTER`Made for [#LOWREZJAM 2016](https://itch.io/jam/lowrezjam2016).