- Tested with python 3.8.3
- Unix terminal
- configs - bunch of json config files that get used by spr
- test - autmated test for spr
- spr - spr module including main.py
In the root folder of spr:
python -m spr.main ./config/spr_standard.jsonIn the root folder of spr:
python -m spr.main ./config/sprls_comp_vs_human.jsonIn the root folder of spr:
python -m spr.main ./config/sprls_comp_only_3_player_demo.json
or
python -m spr.main ./config/spr_comp_only_3_player_demo.jsonShould be able to vary the game via config file without modifying the code(up to a certain extend^^)..Have fun!!