Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 508 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 508 Bytes

Dominion

A Python implementation of the Dominion card game, with some test code as well.

The file testdompy.py is just unit tests written in Python, but another file I will leave is a .act file, which is used to do differential testing against another implementation.

The code for the .act file is run by a test framework called TSTL, which was created by Oregon State University professor Alex Groce. For more information on TSTL, please go to his github repository:

https://github.com/agroce/tstl