Skip to content

Commit

Permalink
Added board image for README
Browse files Browse the repository at this point in the history
  • Loading branch information
mbluemer committed Apr 13, 2017
1 parent 3c81368 commit f8f9aac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ This is the repo for a checkers AI project.
- all object files are dumped in here (clean commands cleans this directory up)
* `build/runner`
- When project is built it's compiled to the `runner` file

## Implementation Details
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.
Binary file added docs/bitboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f8f9aac

Please sign in to comment.