TjensenRex / Brandubh

An old game that I thought I'd try to recreate with C++ programming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brandubh

An old game that I thought I'd try to recreate with C++ programming. Brandubh is a Tafl-like game played between two people. The program prompts you each turn to indicate whether your planned move is vertical or horizontal. It then asks for the coordinates of the piece you want to move and returns what you have selected, asking for the Y or X coordinate you are moving it to. If it is not the right piece, type "7" to restart the process. Play continues until the King is captured or reaches the edge of the board. Read the initial text at the beginning of the game for more details.

About

An old game that I thought I'd try to recreate with C++ programming.

License:MIT License


Languages

Language:C++ 98.7%Language:CMake 1.3%