ningalu / turn-based-combat

0 stars 0 forks source link

Add public domain game implementations for testing #30

Open ningalu opened 1 month ago

ningalu commented 1 month ago

Testing this project correctly will require some sample implementations of games. Providing implementations of well known games in the public domain make it easier to determine whether the behaviour provided by this project is correct at face value compared to arbitrary, abstract games that were created specifically to test certain code paths in this project. Games implemented for this purpose should have as little overlap between core behaviour as possible