Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 427 Bytes

DEVELOPMENT_README.md

File metadata and controls

18 lines (11 loc) · 427 Bytes

In order to develop for Joustmania there are two scripts that help

first cd into the Joustmania directory

next run: sudo ./kill_processes.sh

this will stop all running Joust mania processes in the background and stop supervisor from restarting them

then run: sudo ./joust.sh

and the game should be running locally in your terminal!

You can run unit tests with the provided shell script: ./tests

Happy development!