Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 653 Bytes

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 653 Bytes

RG changelog

[0.1.0] - 2018-06-04

added

  • Player can shoot using
  • Enemies shoot automatically in the direction of the Player
  • Player can pause the game using
  • Different objects can move with different speeds

changed

  • Enemies collide with each other but don't harm each other

Lua

  • give full acces to one instance soundManager in Lua ( playSound, playMusic... )

Graphics

  • Add sprite for bullet

[0.0.4] - 2018-06-01

added

  • Added changelog.
  • Generate multiple procedurally generated floors connected by stairs.
  • Allow multiple enemies in one room.

changed

  • Improve doxygen documentation.