tilegame / TileExperiments

experiments with tiling systems for web games.
https://tilegame.github.io/TileExperiments/
0 stars 0 forks source link

Combine game.drawer and game.camera into game graphics #12

Closed fractalbach closed 5 years ago

fractalbach commented 6 years ago

Two things to do here.

  1. Combine into game.graphics
  2. Remove all instances of direct pixel locations out of all other code.

Ideally, any code that does not NEED to access DOM directly should be moved to a folder called js/logic/ . Things like player, chat, movement, etc.

fractalbach commented 5 years ago

Stale