Skip to content

Commit

Permalink
Added a citation section
Browse files Browse the repository at this point in the history
  • Loading branch information
mbluemer committed Apr 13, 2017
1 parent 2dc1f29 commit 77ab425
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ Here is an example of the bit board setup this project follows:
![bit board](/docs/bitboard.png)

This orientation allows all moves to be done with either a 7 bit or 1 bit rotation.

## Citations

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)

0 comments on commit 77ab425

Please sign in to comment.