daburch / react-checkers

checkers
0 stars 0 forks source link

Create game controller #3

Closed daburch closed 3 years ago

daburch commented 3 years ago

thinking a golang server that waits for 2 players to connect then waits for moves / responds with opponent moves.

the react page can connect to the server or button press.

daburch commented 3 years ago

https://yalantis.com/blog/how-to-build-websockets-in-go/

daburch commented 3 years ago

https://www.pluralsight.com/guides/using-web-sockets-in-your-reactredux-app

daburch commented 3 years ago

implemented here: https://github.com/daburch/golang-game-server