https://github.com/costava/broken-bounty
Robot bounty hunting
https://github.com/costava/broken-bounty
css hacktoberfest html javascript js js13k js13kgames js13kgames2016
Last synced: 20 days ago
JSON representation
Robot bounty hunting
- Host: GitHub
- URL: https://github.com/costava/broken-bounty
- Owner: Costava
- License: gpl-3.0
- Created: 2016-09-13T08:03:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T15:22:40.000Z (over 1 year ago)
- Last Synced: 2025-02-11T14:53:29.886Z (2 months ago)
- Topics: css, hacktoberfest, html, javascript, js, js13k, js13kgames, js13kgames2016
- Language: JavaScript
- Homepage: https://costava.github.io/broken-bounty/dist/
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Broken Bounty
=============Robots have glitched and become aggressive to humans. As a bounty hunter, you must go city by city, eliminating the dangerous robots.
Originally developed for [js13kGames](http://js13kgames.com/) 2016.
## Controls
- Use `W`, `A`, `S`, and `D` to move
- Turn with left and right arrow keys
- Fire with space bar## [Play Online](https://costava.github.io/broken-bounty/dist/)

## Development
1. Fork the repo
2. Create a branch off of the `dev` branch
3. `npm install`
4. `npm run build-dev`Make a pull request to the `dev` branch. Changes on the `dev` branch will be merged into `master` when a release is made.