/SlavsGame

Slavsgame.com - game client written in TypeScript.

Primary LanguageTypeScriptMIT LicenseMIT

SlavsGame

This is client (Babylons JS) and AI server (Babylons JS with nodeJs) of slavsgame.com.

alt text

alt text

Install dependencies

npm install

Client

If you want run client: npm run start-game

if build: npm run build-game

AI Server

If you want run AI server in browser to validation boxes movement and actions: npm run start-ai and open browser and serverPreview.html file.

if build and run in nodeJs: npm run build-ai