Commit graph

13 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
Markus Scully
1154147739 Version 0.3.4
Changed level design, colouring, added better borders, added ability for
different sized actors but only multiples of 16 work, removed enemy,
fixed particles being stuck above y 216 and removed their reflections.
Added start of main menu.
2013-07-20 14:20:19 +01:00
Markus Scully
2851d44891 Version 0.3.3
Collision with level fixed. Working for the most part. AI added back in,
with ability to jump if it gets to a wall. Debugging red tiles removed.
2013-07-20 14:20:19 +01:00
Markus Scully
73842cb2aa Version 0.3.2
Partially fixed physics collision.
2013-07-06 14:18:26 +01:00
Markus Scully
a6fc88ec52 Version 0.3.1
Changed terrain to grass and blue skies. Added seed function. Other
minor changes too.
2013-07-06 13:09:50 +01:00
Markus Scully
b063eecfff Version 0.3
Move over to new physics engine. Level coloured grey to see it better.
Extremely glitchy, not working very well at all.
2013-07-05 21:35:40 +01:00
Markus Scully
8f3bd8c150 Version 0.2.1
Added more to base of new physics with level, removed orange square,
added new particle, added enemy actor, added mouse detection, added
health and coordinate info at bottom, changed sprites to simpler look
with different colours, added reflection fade away, made acceleration
and deceleration higher for better control, and added a reticule for the
mouse.
2013-07-03 20:19:23 +01:00
Markus Scully
46eefaa62e Version 0.2
Added base for new physics, not yet working, and fixed falling on top of
other cubes.
2013-06-29 10:48:15 +01:00
Markus Scully
68b5c32bbc Version 0.1 2013-06-15 13:06:51 +01:00