Skip to content

Online multiplayer implementation of simple games using web sockets

License

Notifications You must be signed in to change notification settings

OliverWales/socket-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket Games

Implementation of several simple multiplayer games, so far:

  • Four in a row
  • Five in a row

image

Deployed at https://socket-games.vercel.app/

Coming soon?

  • Noughts and crosses
  • Poker?

Built using TypeScript, React, Vite, Node.js, Express and Socket.IO.

Local Dev

To run the server locally, run the following from the root of the repo:

cd ./server
npm install
npm run start

To run the client locally, run the following from the root of the repo:

cd ./client
npm install
npm run start

About

Online multiplayer implementation of simple games using web sockets

Resources

License

Stars

Watchers

Forks

Packages

No packages published