An open API service indexing awesome lists of open source software.

https://github.com/nicolasdelfino/retanx

React strategy POC game with A*, divs and CSS transitions.
https://github.com/nicolasdelfino/retanx

astar-algorithm game-development game-engine js react redux

Last synced: 2 months ago
JSON representation

React strategy POC game with A*, divs and CSS transitions.

Awesome Lists containing this project

README

        



# RETANX
React strategy POC with A*, divs and CSS transitions.

**DISCLAIMER**

*This non-canvas route is stupid at best... still, it´s fun to see how far we can go!*



#### Run it
Do a **yarn add** or **npm install**, then **yarn run watch-css** in one tab for scss changes and **yarn start** in another to start RETANX

#### PRs are welcomed, to contribute make sure that:
* Branch name references issue number if it adresses a feature / bug fix.
* Branch has already been [synced with the upstream repo](https://help.github.com/articles/syncing-a-fork/) and any merge-conflicts have been resolved.