Multiplayer game server and realtime frontend with community features.
- TD on GitHub: Open-field Tower Defense
- Moba on GitHub: Top-down strategy MOBA
New clients can be started with trio-client.
Run postgres server, and create a database named trio
.
cd trio
# Install dependencies
npm install
# Import the DB structure
psql trio < db.sql
# Start the server
npm start
# Hot-reload dev environment
npm run serve
# Build for production
npm run build