8000 GitHub - bytesiz3d/Backgammon: An implementation of the board game in C++
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bytesiz3d/Backgammon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backgammon

This is an implementation of the famous board game, using C++ and SFML on win32.

How to build?

The project only supports cmake currently.

How to play?

Run Backgammon.exe

Assuming you have knowledge of Backgammon:

  • The console window displays useful information such as whose turn it is and dice-roll results.
  • [Space] to roll the dice, the board will be highlighted in Pink.
  • [Left-Click] to pick up a piece, the board will be highlighted in Turquoise.
  • Available moves are highlighted, [Left-Click] to place the piece.
  • [Right-Click] to return a piece if it's picked up, and another [Right-Click] to skip the turn (in case there are no available moves).
  • If all your pieces are in your Home Board, you've begun "Bearing Off".
  • If a piece can be taken off the board, the board will be highlighted in Red, [Left-Click] to take it off.

Licence

GNU GPLv3

About

An implementation of the board game in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0