Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 1.18 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.18 KB

STATUS : Abandoned

No Maintenance Intended

ChineseCheckersKha

Chinese Checkers game in Haxe with Kha

How to run

  • Clone this repository:
git clone --recursive https://github.com/carlito767/ChineseCheckersKha.git
  • Install Node.js (minimum version: 8.9) and add it to PATH
  • Build the game, using command prompt in game folder:
node Kha/make html5
  • Launch the game, using command prompt in game folder:
node Kha/make --server

Credits