Skip to content

Darialyphia/socket-io-game-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun with socket.io and canvas

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 :(

Get Started

  • yarn install
  • yarn dev

or you can open 2 terminals separately and tun

  • yarn server dev
  • yarn client dev

Have fun !

About

Exploring websockets for real time games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published