Belgianwafflecorp / SlotMachine.Py

Python Terminal Slotmachine. This idea came from a youtube video of "tech with tim" that i followed and kept adding features.
8 stars 1 forks source link

Workspace enhancements #23

Closed SimonStnn closed 3 months ago

SimonStnn commented 3 months ago
  1. Added requirements.txt (#22): This lists the required dependencies for the slotmachine
  2. Moved py files to src/ folder (#21): This separates your code files from your configuration files in your workspace. This is a good practice
  3. Added a .vscode/launch.json file with vscode debug configurations (#20): Pressing F5 in vscode will start the program with a debugger attached.