A collection of browser-based multiplayer games focused on science, strategy, and education.
- Quantum Chess
- Escape Room: Lab Disaster
- Gene Splicer Simulator
- Mind Readers' Duel
- NeuroNetwork
- Time Loop Strategist
- Chemical Compound Crafting
- EcoSystem Simulator
- Science Quiz Showdown
- AI Training Arena
- Particle Collider Challenge
- Science Codenames
- Physics Puzzle Relay
- Real-time multiplayer using Socket.io
- Host controls and lobby management
- Reconnection support
- Educational science content
- Install server dependencies:
cd server && npm install - Start the server:
cd server && npm start - Open any game's index.html in a browser
Each game has its own directory with HTML, CSS, and JavaScript files. Common utilities are shared in the common directory.