https://github.com/exploring-solver/es_games
https://github.com/exploring-solver/es_games
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/exploring-solver/es_games
- Owner: exploring-solver
- Created: 2025-03-15T19:50:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T17:27:39.000Z (12 months ago)
- Last Synced: 2025-06-04T21:30:36.838Z (9 months ago)
- Language: JavaScript
- Size: 84 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.