Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 941 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 941 Bytes

Roulette Royale

Roulette Royale is an exciting casino-style roulette simulation game written in C++. It offers a realistic gambling experience by simulating a roulette wheel and allowing users to bet on the outcome of each spin. This project is designed to be both educational and entertaining, providing insights into basic game development, C++ programming, and simple probability concepts.

Features

  • Multiple Betting Options: Players can bet on numbers, colors, or ranges.
  • Graphical User Interface: A simple and interactive GUI.
  • Player Statistics: Tracks each player's betting history and balance.
  • Multiplayer Support: Play with friends or AI opponents.
  • Educational Mode: Learn the probabilities of different bets.

Getting Started

Prerequisites

Ensure you have a C++ compiler installed, such as g++ or Clang. This project uses C++17 features, so your compiler must support at least C++17.