Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/js13kgames/regravy
ReGravy - a js13kGames 2015 competition entry by @andrey-avdeev.
https://github.com/js13kgames/regravy
2015 competition desktop game html5 javascript js13k js13kgames js13kgames2015 mobile optimization reversed touch
Last synced: 3 months ago
JSON representation
ReGravy - a js13kGames 2015 competition entry by @andrey-avdeev.
- Host: GitHub
- URL: https://github.com/js13kgames/regravy
- Owner: js13kGames
- License: mit
- Fork: true (andrey-avdeev/js13kgame2015)
- Created: 2015-09-10T09:10:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T07:37:05.000Z (over 9 years ago)
- Last Synced: 2024-10-01T07:40:14.746Z (3 months ago)
- Topics: 2015, competition, desktop, game, html5, javascript, js13k, js13kgames, js13kgames2015, mobile, optimization, reversed, touch
- Language: JavaScript
- Homepage: https://js13kgames.com/entries/regravy
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#ReGravy#
ReGravy is a space themed arcade where you must escape asteroids and walls of a lunar cave by reversing gravity vector.
There is laser gun, of course.This game was made for [js13kGames](http://js13kgames.com) 2015. The theme of the year was 'reversed'.
#Notes#
It's my first javascript game. Works fine in Chrome, frame rate is worse in others.By the way, it works fine in Chrome mobile.
**Minimal screen requirements:** 400x300 WxH
**Final Size:** 7 191 bytes
#Features#
**Multiple levels:** new one per 10 points**Multiple lives:** 3 lives + 1 per 100 points
**Various powerups:** 3 unique powerups
**Sounds:** by jsfxr generator
**Score:** 1 per second left + powerups
#Controls#
**Reverse gravity:** 'R'/touch**Keep gravity reversed:** Hold 'R'/touched
**Shoot:** Press 'R'/touch or realease 'R'/untouch
#Powerups#
**Orange:** additional 10 points**Red:** temporary immortality for 3 seconds
**Purple:** blown up all asteroids
#Credits#
**Created By:** [@Andrew Avdeev](https://twitter.com/_AvdeevAndrew), [homepage](http://netgears.ru)**Special Thanks:** My wife Ann for supporting me and my friend [@Antony](https://twitter.com/redsparkzone), who told me about this contest
**Audio Processing:** [JSFXR](https://github.com/mneubrand/jsfxr) by [@markusneubrand](https://twitter.com/markusneubrand)
**Inspiration and Ideas:** [RadiusRaid](http://js13kgames.com/entries/radius-raid), [Gravity](http://js13kgames.com/entries/gravity), [BeatHazzard](https://en.wikipedia.org/wiki/Beat_Hazard)