Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)