Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 709 Bytes

CHANGELOG.md

File metadata and controls

29 lines (25 loc) · 709 Bytes

Project Alpha Change Log

Current Version: v0.1.0

  • Migration to the canvas system
  • Player movement
  • W A S D controls for movement
  • Wall collision system
  • Map drawing system
  • Game route defined ( /game )

Past Versions

v0.0.2 - Second iteration of the map gen system ( /map ) - Basic player movement using coord system ( /map ) - XP system and Player class creation ( /entity )
v0.0.1 - First iteration of the map gen system ( /map ) - Concept for class state ( /entity ) - Very basic combat loop: baisc loop with delays ( /combat )
v0.0.0 - Basic Project Setup