nicolasdelfino / retanx

React strategy POC game with A*, divs and CSS transitions.
4 stars 1 forks source link

Add game loop (tick) as an action (redux) #2

Closed nicolasdelfino closed 7 years ago

nicolasdelfino commented 7 years ago

Idea is that the game should respond in real time to moving obstacles, to do this we should change the current setup of click once -> perform A* solution to a tick based one.

nicolasdelfino commented 7 years ago

17 is merged to master, introduced the tick in reducer concept and a new unitWorldPositionTracker - tracks all unit´s position during css transitions