A collection of quick multiplayer games perfect for work breaks, built with Node.js and Socket.IO. Challenge your colleagues to quick, fun matches right from your browser!
- Real-time multiplayer gameplay
- Multiple game modes
- Automatic player matching
- Beautiful responsive UI
- Game state management
- Win/loss detection
- Player disconnection handling
- Cross-browser compatibility
- Tic-tac-toe: The classic game of X's and O's
- Connect 4: Strategic four-in-a-row game
- Mancala: Ancient board game of strategy and counting
- Word Hunt: Fast-paced word finding game (IN DEVELOPMENT)
More games are currently in development! Stay tuned for updates.
-
Make sure you have Node.js installed
-
Clone this repository
-
Install dependencies:
npm install
-
(Optional) Create your local configuration:
- Copy
package.local.template.json
topackage.local.json
- Modify the settings in
package.local.json
according to your needs - This file will not be committed to Git
- Copy
-
Start the server:
npm start
-
Open your browser and navigate to
http://localhost:3001
- Node.js
- Express
- Socket.IO
- HTML5
- CSS3
- JavaScript
Contributions are welcome! Feel free to submit issues and pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.