Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.8 KB

File metadata and controls

31 lines (27 loc) · 1.8 KB

Projects Index

This file lists all projects currently in the repository. Each project lives under projects/<number>/ (or a numbered folder with a short slug).

# Name Path Description
001 Project 001 projects/001/ TBD
002 Project 002 projects/002/ TBD
003 Project 003 projects/003/ TBD
004 Project 004 projects/004/ TBD
005 Project 005 projects/005/ TBD
006 Project 006 projects/006/ TBD
007 Project 007 projects/007/ TBD
008 Project 008 projects/008/ TBD
009 Project 009 projects/009/ TBD
010 Project 010 projects/010/ TBD
011 Quiz (CLI) projects/011/ Run a simple multiple-choice quiz in the terminal.
012 Boot Menu (CLI) projects/012/ Simulate a simple boot menu with selectable options.
013 Slot Machine (CLI) projects/013/ Play a simple slot machine game in the terminal.
014 Bank Account (CLI) projects/014/ Simulate a simple bank account with deposit/withdraw actions.
015 Restaurant Order (CLI) projects/015/ Select menu items and track a running total.
016 Concession Stand Program (CLI) projects/016/ Build a snack/drink order in the terminal and show a final bill.
017 Rock Paper Scissors (CLI) projects/017/ Play Rock, Paper, Scissors against the computer in the terminal.
018 Word Guess by Category (CLI) projects/018/ Choose a category and guess a random word letter by letter.
019 Cafe Order Program (CLI) projects/019/ Choose cafe items and print the final bill in the terminal.

Add New Projects

  1. Copy projects/_template/ to the next available number folder.
  2. Fill in README.md and update main.py.
  3. Add a row above for the new project.