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

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

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/)

![Broken Bounty](http://i.imgur.com/Mf31Sa5.png)

## 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.