Skip to content

jimypbr/hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

09cff67 · Feb 14, 2020

History

44 Commits
Feb 1, 2020
Feb 14, 2020
Feb 1, 2020
Feb 14, 2020
Oct 13, 2015
Oct 13, 2015
Jan 17, 2016
Feb 14, 2020
Feb 14, 2020
Oct 13, 2015
Oct 13, 2015
Feb 14, 2020
Feb 14, 2020
Feb 14, 2020
Oct 13, 2015
Oct 13, 2015
Oct 13, 2015
Feb 14, 2020
Feb 14, 2020
Jan 17, 2016
Feb 14, 2020
Feb 14, 2020
Oct 13, 2015
Feb 9, 2015
Feb 14, 2020
Jan 17, 2016

Repository files navigation

Readme

Hex written in C++(11). Currently just has a CLI UI. AI uses Monte Carlo Tree Search.

Screenshot!:

1   -  -  W  W  B  B  B   1
 2   -  -  B  W  W  W  W   2
  3   -  -  W  -  W  B  W   3
   4   -  -  -  W  B  B  W   4
    5   -  -  W  B  -  B  W   5
     6   -  B  B  -  -  B  W   6
      7   B  -  -  -  -  W  B   7
           1  2  3  4  5  6  7  
Winner is WHITE!

Build Instructions

$ cd build
$ cmake ..
$ make hex
$ ./hex

On Ubuntu:

$ cd build
$ cmake -DCMAKE_CXX_COMPILER=clang++ ..
$ make hex
$ ./hex

TODO

License

Copyright James Briggs ©

About

The game hex for CLI written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published