Skip to content

edwadli/splendor-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

splendor-ai

Splendor and AIs that play it

When running the code, make sure you are in the base directory. Sample run (sanity check):

python -B -m src.hello_world

Bot Tournament

To run the round robin tournament:

python -B -m src.game.tournament.round_robin_main

To run a CLI demo that steps through a game turn-by-turn:

python -B -m src.demo.game_cli

Development

To run all unit tests:

./src/run_all_tests.sh

To clear .pyc files:

find . -name '*.pyc' -delete

About

Splendor and AIs that play it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages