Trying out real-time game development using websockets and raw canvas. the game renders a procedurally generated world that you can explore wuth fog of war and field of view. It also has a mini map. you can shoot fireballs and hurt other players.
you can preview this game:
It will probably take forever to load because of free tier restrictions on the hosting providers :(
yarn install
yarn dev
or you can open 2 terminals separately and tun
yarn server dev
yarn client dev
Have fun !