Skip to content

Using websockts, express and react to create an online representation of the game of Go

Notifications You must be signed in to change notification settings

sixilli/go-game-ern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Go

Using websockts, express and react to create an online representation of the game of Go.

Instructions to run

  • Build the react app with npm run build
  • Start the server with node ./express/index.js
  • Go to http://localhost:3000

TODO

Front End

  • Make things pretty
  • Add scoring algorithms
  • Add functionality to join games and send invites

Back End

  • Add flood fill algorithm to find captured stones
  • Build up backend to support multiple games and rooms
  • Add valid move check to backend
  • Implement rankings and player profiles

About

Using websockts, express and react to create an online representation of the game of Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published