https://github.com/ellipticobj/pylette
a game of roulette made in python
https://github.com/ellipticobj/pylette
Last synced: 25 days ago
JSON representation
a game of roulette made in python
- Host: GitHub
- URL: https://github.com/ellipticobj/pylette
- Owner: ellipticobj
- License: gpl-3.0
- Created: 2025-01-15T15:53:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T23:55:45.000Z (over 1 year ago)
- Last Synced: 2025-01-16T00:56:20.815Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pylette
a simple game of american roulette in python
# why i made this
my first "big" project i ever had was a game of roulette in python.
now that i am decently proficient in python, i decided to remake it
i hope you enjoy this :3
# running
git clone
```bash
git clone https://github.com/ellipticobj/pylette.git
cd ./pylette
```
install dependancies
```bash
pip3 install -r requirements.txt
```
then run main.py to start
```bash
python main.py
```