AppelBoomHD / Chess-phaser

Chess made using Phaser 3 with TypeScript and Object-Oriented Programming

Home Page:https://chess.juulsoft.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess-phaser

icon

This is a Chess game made using Phaser 3 with TypeScript implementing Object-Oriented Programming

Available Commands

Command Description
npm install Install project dependencies
npm start / npm run dev Builds project and open web server, watching for changes
npm run build Builds code bundle with production settings
npm serve Run a web server to serve built code bundle

Development

After cloning the repo, run npm install from your project directory. Make a copy of .env.example and name it .env. Then, you can start the local development server by running npm start and navigate to http://localhost:3000.

Production

After running npm run build, the files you need for production will be on the dist folder. To test code on your dist folder, run npm run serve and navigate to http://localhost:5000

About

Chess made using Phaser 3 with TypeScript and Object-Oriented Programming

https://chess.juulsoft.com


Languages

Language:TypeScript 97.2%Language:HTML 2.8%