โ† All projects
Engineering ยท Console App

Dice Game

A console dice game in C#: two players, turn-based rolls and accumulate-or-bank scoring.

C#

Dice game

  • Category: Console Application
  • Client: Test porpose
  • Project date: 21-05-2022

Portfolio detail

This project is a console-based dice game implemented in C#. It simulates a two-player dice game where players take turns rolling two dice and accumulating points based on their roll results. Special rules apply when a player rolls a pair of ones (snake eyes), resetting their score to zero. The game continues until one of the players accumulates a total score of 100 or more, and the program announces the winner.

โ† Back to all projects