Skip to content

mkhorin/e-champ-app

Repository files navigation

E-Champ App

A server-side app for browser online games built on E-Champ platform.

Game bots can be used both instead of and together with online opponents.

Details

Available games

E-Champ platform for online games

Docker installation

Clone application to /app

cd /app
docker-compose up -d mongo
docker-compose up --build installer
docker-compose up -d server

Typical installation

Install environment

Linux

Clone application to /app

cd /app
npm install
NODE_ENV=development node console/install
NODE_ENV=development node console/start

Windows

Clone application to c:/app

cd c:/app
npm install
set NODE_ENV=development
node console/install
node console/start

Usage

Web interface https://localhost:3000

Sign in as administrator:

Email: [email protected]
Password: 123456