An open API service indexing awesome lists of open source software.

https://github.com/exploring-solver/es_games


https://github.com/exploring-solver/es_games

Last synced: 8 months ago
JSON representation

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.