Commit graph

5 commits

Author SHA1 Message Date
Markus Scully
b1b239d9d3 Version 0.6
Added message boxes. Added more levels to time trial. Added more precise
times. Added shooting particles at mouse. Added energy. Added health and
energy bars. Fixed particle physics and added more of them. Added
particles doing damage. Added enemy AI. Enemies now die permanently.
Fixed non-letter controls showing wrongly. Added support for items, but
not implemented yet. Other minor additions and bug fixes.
2013-08-18 15:29:18 +01:00
Markus Scully
e560f514ae Version 0.5
Changed menu layout. Added options for controls. Removed multiplayer
button. Added multiple game modes, only time trial is different for now.
Added fallback for particle errors. Lots of bug fixes in menu. Added
camera stopping at edge of level. Added support for mobiles devices.
Fixed jump sound. Fixed graphics for browsers other than Chrome. Other
changes too.
2013-08-17 12:38:50 +01:00
Markus Scully
e20e535802 Version 0.4.2
Fixed level rendering at edges. Fixed clipping through tiles at high
speeds. Added more levels. Fixed particle collisions. Added mouse click
detection. Added particle spawning on mouse click. Added water. Added
death with animation. Particles and actors now only render when on
screen and only run when within 2000 pixels. Added speed multiplier to
movement, you can now play with a low frame rate. Added sound with
option for it in main menu. Particles get pushed away if you go near
them. Added enemy that goes back and forth and spawns with the level.
Added xvel and yvel monitors. Added blur to menu title. Changed credits.
Removed loader. Other minor changes.
2013-08-11 12:44:22 +01:00
Markus Scully
ebee9b7931 Version 0.4.1
Added procedural level generation. Levels are now infinite pretty much.
Added death animation. Only the visible part of the level is now drawn.
Actors now drawn in front of level. Other minor changes.
2013-08-06 00:36:35 +01:00
Markus Scully
20bd7ea249 Version 0.4
Added loader which loads external files, not working properly so may
remove. Added main menu, multiplayer just goes to singleplayer for now.
Moved levels into separate .js file for easy editing and changed
structure for procedural level generation. Other minor changes.
2013-07-31 17:53:02 +01:00