Skip to content

joelpinheiro/concurrent-catch-thief

Repository files navigation

Catch the Thief

Catch the Thief is a simulator that runs concurrently.

Usage

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

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

  • Joel Pinheiro

License

MIT

About

Catch the Thief is a simulator that runs concurrently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages