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.
- Host: GitHub
- URL: https://github.com/nicolasdelfino/retanx
- Owner: nicolasdelfino
- Created: 2017-03-07T21:42:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T21:12:34.000Z (about 8 years ago)
- Last Synced: 2025-04-15T20:16:08.011Z (2 months ago)
- Topics: astar-algorithm, game-development, game-engine, js, react, redux
- Language: JavaScript
- Homepage:
- Size: 3.49 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.