Skip to content

clicksilver/game-lobby-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Lobby Example

This project is a simplified reference implementation of how to use boardgame.io lobby server API, in order to create multiplayer games.

I didn't write any of this code. I just forked averycrespi's Thinktank which is beautifully written and the inspiration for this reference. I knew zero typescript and react coming into this project, and it was a total blast to read through.

This can be the skeleton implementation of a multiplayer game that you want to develop using boardgame.io.

Build

npm run build
npm run build:server

Run

Server

npm run start:server

Client

npm run start

Then visit localhost:8000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published