There are 2 versions of the game in this repo:
First one is built with React (commit)
Second one is built in Functional Programming style and uses TypeScript (link)
https://vault13-e0440.firebaseapp.com/ Multiplayer mode using Google Firebase P.S. Please don't use your real passwords
- Raw serverless multiplayer mode (just trying it)
- Basic animation
- Hexagonal grid (https://www.redblobgames.com/grids/hexagons/)
- Breadth-first search
- Getting path and moving
- Obstacles
- Field of view (https://ncase.me/sight-and-light/)
- Scrollable with mouse pointer map
- TypeScript
yarn install
yarn start