Alpha-Beta Pruning

The boosting algorithm behind the heuristic searching in my Reversi game

Making a Reversi game with Python

The Reversi game is a Grand Assignment of the course “Program Design II”. I’m giving it an attempt because the process of creating such a game would be interesting.

Build GitHub Pages with Travis CI

If you use a dedicated CI service, there’ll be no more plugin restrictions.

Joining SmokeDetector

My first experience of joining the developer crew of an existing open-source project

Append int to std::string

Some confusion about templates in C++