Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Latest commit

 

History

History
42 lines (37 loc) · 1020 Bytes

README.md

File metadata and controls

42 lines (37 loc) · 1020 Bytes

knucklebones dice game

Cult of the Lamb のゲーム中に登場するゲーム、 knucklebones のゲーム実装試作

$ dotnet run
Welcome to KnuckleBones!
Turn: 1 Player: 0
=========================================
Player1 Score: 0
Player2 Score: 0
=========================================
 Player 1  | Player 2
===========|===========
 0 | 1 | 2 | 0 | 1 | 2
===========|===========
   |   |   |   |   |   |
   |   |   |   |   |   |
   |   |   |   |   |   |
Player 1 rolled a 5.
Enter the column number to place your piece:

...

Player 1 rolled a 2.
Enter the column number to place your piece:
2
Turn: 20 Player: 1
=========================================
Player1 Score: 25
Player2 Score: 38
=========================================
 Player 1  | Player 2
===========|===========
 0 | 1 | 2 | 0 | 1 | 2
===========|===========
 2 | 4 | 2 | 4 | 6 | 4 |
 1 | 1 | 3 | 5 | 2 | 6 |
 1 | 1 | 2 | 6 |   | 5 |

Player 2 wins!