https://github.com/exploring-solver/es_games
https://github.com/exploring-solver/es_games
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/exploring-solver/es_games
- Owner: exploring-solver
- Created: 2025-03-15T19:50:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-16T10:18:33.000Z (7 months ago)
- Last Synced: 2025-11-16T12:13:40.491Z (7 months ago)
- Language: TypeScript
- Size: 638 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Science Multiplayer Games
A collection of browser-based multiplayer games focused on science, strategy, and education.
## Games Included
- 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
## Features
- Real-time multiplayer using Socket.io
- Host controls and lobby management
- Reconnection support
- Educational science content
## Setup
1. Install server dependencies: `cd server && npm install`
2. Start the server: `cd server && npm start`
3. Open any game's index.html in a browser
## Development
Each game has its own directory with HTML, CSS, and JavaScript files.
Common utilities are shared in the common directory.