Catch the Thief is a simulator that runs concurrently.
java -ea catchthief.Main [NUMBER OF COPS] [NUMBER OF PASSERBIES] [NUMBER OF THIEFS] [MAP FILE] [PRISON SYMBOL] [HIDINGPLACE SYMBOL] [PASSERBY SYMBOL] [OBJECT TO STEAL SYMBOL] EXAMPLE: java -ea catchthief.Main 2 2 1 ./board/labyrinth.txt 100 P H T
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- Joel Pinheiro
MIT