Senet is a board game originated in ancient Egypt. This game is 5000 years old. The pharaohs liked to play this game. This is a racing game for two players, simple and exciting. The Senet is based on the life of gods, and the agricultural world.
This is the first public release of Senet. This is an unfinished game, it lakes a lot of major features. A set of basic rules is implemented and two human players can play against each other. Take a look at the Issues page on GitHub to know what's coming soon.
This game is distributed under the terms of the GNU General Public licence version 3.
Feel free to email me with any questions or comments.
You always can download the lastest stable release of Senet by clicking on the following button.
Current version is 0.2
As it's written in Java, Senet is a multi-platform application. You should install first the latest Java JRE. Then decompress the Senet archive you've just downloaded and type the following command line to start the game:
java -jar senet.jar
Go to the folder where you installed Senet and type:
java -jar senet.jar
To start a new game, click the menu File > New Game Two Players... then each player, in turn, throw the sticks and make a move.
To make a move, select a piece by left-clicking it, then left-click where you want to move it. You always could deselect a previously selected piece by right-clicking it.
The rules of Senet could seem somewhat complex at first look. But after 2 or 3 games you will realize that Senet is a simple and easy game.
Remove all your pieces off the board.
There are 4 sticks. One face is white, the other face is black.
This is how you compute the result:
The board is divided into thirty squares (called house), in three rows of ten.
1 2 3 4 5 6 7 8 9 10
20 19 18 17 16 15 14 13 12 11
21 22 23 24 25 26 27 28 29 30
W B W B W B W B W B
20 19 18 17 16 15 14 13 12 11
21 22 23 24 25 26 27 28 29 30
Legend: B is for black, W is for white.
The player (randomly choosen) with the black pieces plays first.
There can be, at any one time, only one piece on any one house.
A piece advances as many houses as the player threw.
The player must move a piece forward if he can. If there is no legal forward move possible, then he must move a piece backward. If there is no legal backward move possible, the throw is forfeited.
When moving to an enemy square, you swap places with this undefended enemy piece (with two pieces of the same color on consecutive squares being considered to be protecting each other, with neither being able to be knocked off).
Three enemy pieces on consecutive squares may not be passed by the opponent.
The Hazardous Squares (26 - 30):
On square 26 a piece is protected, even if it is alone.
On squares 28, 29 and 30 yours pieces are never protected. If you move backward from one of those square (if it is your only legal move or your opponent swap you) you fall in water and return to the 15th square.