Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 646 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 646 Bytes

Qwirkle - C++ edition

Authors:

  • Jainam Doshi, s3825891
  • Adhiraj Jain, s3821245
  • Ryan Samarakoon, s3844545
  • Muhib Hasan, s3850034

Github: https://github.com/Ry-DS/2021-APT-A2-TEAM-JAM

Important: Running test cases

Some of our tests require the seed to be a constant value (1000). You can launch the application with a constant seed as follows: ./qwirkle 1000 < file.input > file.output (ensure to pass in 1000)

There is also a python script which helps automate testing. If you are in a linux environment run:

python run_all_tests.py
-- or --
python3 run_all_tests.py