Skip to content

Commit

Permalink
added Strategy Game source link
Browse files Browse the repository at this point in the history
  • Loading branch information
dmj12004 committed Apr 13, 2017
1 parent af98c0f commit 9ea9d5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ This orientation allows all moves to be done with either a 7 bit or 1 bit rotati
The vast majority of the project is personal work but there were some inspirations and little tricks from various sources. Any code directly copied from a source like StackOverflow is stated inline in comments. An exhaustive list of all sources used is here:
* [Checkers Bitboard Tutorial](http://www.3dkingdoms.com/checkers/bitboards.htm#movegen)
* [Compiler Friendly Bit Rotation in C](http://stackoverflow.com/questions/776508/best-practices-for-circular-shift-rotate-operations-in-c)
* [Evolutionary-based heuristic generators](https://pdfs.semanticscholar.org/91c9/d140267f3b008d00b330b6b0e9182fa4b62e.pdf)
* [Evolutionary-based heuristic generators](http://pdfs.semanticscholar.org/91c9/d140267f3b008d00b330b6b0e9182fa4b62e.pdf)
* [Strategy Game Programming](http://www.fierz.ch/strategy5.htm)

0 comments on commit 9ea9d5c

Please sign in to comment.