/roulette

Basic roulette game for CS1 Make School

Primary LanguagePython

Roulette

This project was designed and submitted for Make School's CS1 course, which focused on core algorithms as well as the following concepts:

  • Algorithm Development
  • Problem Solving
  • Clean Code
  • PIP8 Adherance

Getting Started

  1. Under the repository name, click Clone or download.
  2. In the Clone with HTTPs section, click the copy button to copy the clone URL for the repository.
  3. Open Terminal.
  4. Type git clone , and then paste the URL you copied in Step 2
  5. $git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
  6. Press Enter. Your local clone will be created.

Prerequisites

In order to work with this repository Python 3 as well as a text editor are both needed to run this project in the terminal

To install Python 3:

Deployment

To run the game in the terminal and for testing and development:

  1. Ensure that you are in the working directory of the project
  2. type the following in to the terminal:
  • python3 roulette.py
  1. The program should launch baring any defeciencies

Built With

  • Python 3 - Programming language and release used
  • Atom IDE - Dependency Management

Authors

  • Donovan Adams - Repository - Doncurt

Acknowledgments

  • Mike Kane - Professor
  • Alan Davis