|
@ -326,6 +326,7 @@ CMakeLists.txt.user*
|
|||
|
||||
# Text files
|
||||
*.txt
|
||||
!fastlane/**/*.txt
|
||||
!CMakeLists.txt
|
||||
|
||||
# Other files
|
||||
|
@ -352,4 +353,4 @@ src/sanmill
|
|||
|
||||
# Sourcetrail files
|
||||
*.srctrl*
|
||||
compile_commands.json
|
||||
compile_commands.json
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
v1.0.3
|
||||
|
||||
* Show restart/cancel buttons instead of yes/no buttons on dialog when player win the top difficult level.
|
|
@ -0,0 +1,16 @@
|
|||
A Nine Men's Morris (and its variants) program.
|
||||
|
||||
Rules:
|
||||
|
||||
* A player who aligns three of his pieces on a board line has a mill and may remove his opponent's piece(s).
|
||||
* Any player reduces to two pieces and has no option to form new mills and thus loses the game.
|
||||
* A player can also lose with more than three pieces, if his opponent blocks them so that they cannot be moved.
|
||||
|
||||
Features:
|
||||
|
||||
* Support many rule variants, such as Nine Men's Morris and Twelve Men's Morris, "Fly" Rule or no "Fly" Rule
|
||||
* Play against the AI, or play both sides
|
||||
* Adjustable playing strength
|
||||
* Highly configurable
|
||||
* Color themes
|
||||
|
After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 156 KiB |
After Width: | Height: | Size: 144 KiB |
After Width: | Height: | Size: 104 KiB |
After Width: | Height: | Size: 97 KiB |
After Width: | Height: | Size: 112 KiB |
After Width: | Height: | Size: 283 KiB |
After Width: | Height: | Size: 322 KiB |
After Width: | Height: | Size: 123 KiB |
After Width: | Height: | Size: 101 KiB |
After Width: | Height: | Size: 92 KiB |
After Width: | Height: | Size: 65 KiB |
After Width: | Height: | Size: 54 KiB |
After Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 166 KiB |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 99 KiB |
After Width: | Height: | Size: 233 KiB |
After Width: | Height: | Size: 213 KiB |
After Width: | Height: | Size: 145 KiB |
After Width: | Height: | Size: 106 KiB |
After Width: | Height: | Size: 105 KiB |
After Width: | Height: | Size: 292 KiB |
After Width: | Height: | Size: 112 KiB |
After Width: | Height: | Size: 168 KiB |
|
@ -0,0 +1 @@
|
|||
A Mill Game which supports many rule variants
|
|
@ -0,0 +1 @@
|
|||
Mill
|
|
@ -0,0 +1 @@
|
|||
https://www.youtube.com/watch?v=AFN_NOKvzL4
|