Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 617 Bytes

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 617 Bytes

Changelog

All notable changes to this project will be documented in this file.

Next

Improvements:

  • fixed case when player could do diagonal walk

Typescript to Flow migration

Changes:

  • type system change
  • entities use tuples instead of arrays for the components now
  • entity inheritance usage to simplify logic sharing between all characters

Improvements:

  • saved 7192 - 6996 = 196 bytes
  • fixed sack rendering issues (the sack was not applied correctly to the character)
  • proper game reset was implemented
  • logger injection during development stage

1.0.0

Changes:

  • mvp was finished and submitted