Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/js13kgames/reverse-ground-battle
Reverse Ground Battle - a js13kGames 2015 competition entry by @MattiaFortunati.
https://github.com/js13kgames/reverse-ground-battle
2015 competition desktop game html5 javascript js13k js13kgames js13kgames2015 mobile optimization reversed touch
Last synced: 3 months ago
JSON representation
Reverse Ground Battle - a js13kGames 2015 competition entry by @MattiaFortunati.
- Host: GitHub
- URL: https://github.com/js13kgames/reverse-ground-battle
- Owner: js13kGames
- License: mit
- Fork: true (MattiaFortunati/Reverse-Ground-Battle)
- Created: 2015-09-07T12:56:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T17:37:37.000Z (over 9 years ago)
- Last Synced: 2024-10-01T07:40:14.205Z (3 months ago)
- Topics: 2015, competition, desktop, game, html5, javascript, js13k, js13kgames, js13kgames2015, mobile, optimization, reversed, touch
- Language: JavaScript
- Homepage: https://js13kgames.com/entries/reverse-ground-battle
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# RGB: Reverse Ground Battle
Fast paced survival space shooter in which enemies have the same color of the background. Reverse the background color to reveal hidden enemies, and avoid their bullets.### HOW TO PLAY
- Desktop: arrow keys to move, spacebar to reverse background color. M to toggle mute.
- Mobile: tilt device to move, tap to reverse background color.### COMPATIBILITY
Browser compatibilities tested:
- Desktop: Chrome, Firefox, Opera
- Mobile: Firefox (recommended), Chrome, OperaOn Chrome Mobile, if you have audio issues, please enable the media autoplay option by going to:
chrome://flags/#disable-gesture-requirement-for-media-playback### GOAL
Developed with the aim of learning, experimenting and having fun with fellow developers :)
Developed for the 2015 edition of js13kGames competition.
The final game package file size limit is 13,312 bytes.
2015 theme is "Reversed".
### TECHNICAL INFORMATION
- Developed using jAllegro http://jallegro.sos.gd/
- For dinamically creating sounds I used jsfxr library https://github.com/mneubrand/jsfxr
- As minifying tool I used http://javascript-minifier.com/ through Curl command. See build.sh for more informationThe code is fully commented, check it out for more information.
### CREDITS
Developed by Mattia Fortunati
feel free to contact me at:
https://github.com/MattiaFortunati
http://www.mattiafortunati.com
[email protected]
### LICENSE
Released under the MIT license.
See LICENSE file for more information.