Rename CBoardData, refactor a few things and add a maths library folder

This commit is contained in:
Marc Di Luzio 2014-12-16 13:12:53 +00:00
parent e8429ae4a2
commit 743c9a2859
11 changed files with 150 additions and 116 deletions

View file

@ -29,5 +29,8 @@ Wrapper for user interface for the terminal, this only really needs three stages
* Run the game simulation to it's conclusion
* Display the game result
### maths
simple maths library for 2D calculations and types
### player
Custom player AI code, this should contain examples and test code to help newcomers begin their journey