Skip to content

stevexero/slots_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to my Python Slots Simulator

CSSlots

For an online playable version, visit my site

or

How to Run This Project

Prerequisites

  • Python 3.x installed on your machine
  • git installed on your machine
  1. Clone the Repository:

    git clone https://github.com/stevexero/slots_simulator.git
  2. Navigate to the Project Directory:

    cd slots_simulator
  3. Create and Activate a Virtual Environment (optional but recommended):

    • Create a virtual environment:
      python -m venv venv
    • Activate the virtual environment:
      • On Windows:
        .\venv\Scripts\activate
      • On macOS and Linux:
        source venv/bin/activate
  4. Run the Program:

    python main.py

Additional Information

If you encounter any issues or have questions, please open an issue in this repository.

About this project

This project is a culmination of all of the concepts learned in CIT 129, Introduction to Programming. These concepts included data types, loop types, arrays, functions, pseudocode, flowcharting, and an introduction to Python.

About

A Python CLI slots simulator game as the final project for CIT 129

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages