Full source code to the Powerplay RTS prototype, including game, engine, and editor.
Press the Play button to Play 😃
-
npm install
-
cd editor
▶️ npm install
cd editor/public
▶️ create-symlinks.bat
or./create-symlinks.sh
if you have mingw
This will allow the editor to access the game data located in game/public
, through sym links.
npm run build:watch
cd editor
▶️ npm run dev
open http://localhost:5173
in a web browser
Press the play button! 🎮
Coming Soon 🔜