This is where i keep all the neccesarry documentation, records, notes, summary and source code throughout this journey #100days
Program : Band Name Generator
filename : main.py
working with variables and inputs to manage data, just simple stuff to warm up
Program : Tip Calculator
filename : main.py
working with data types and manipulating strings (still some simple challenge)
relax, it's only day 2.
Program : The Threshing (Or should I say..an awesome choose your own adventure game!)
filename : main.py
Alright! let's kick it up a notch by adding conditional statement, control flow, logical operator and some combination of things to build a simple choose your own adventure game.
Okay, so my idea for this adventure game is basically dragon adventure story. I'm kinda obsessed with Fourth Wing (fantasy book im reading now) and i just want to play around with that idea for a bit. simple stuff since i only have a day.
Program : Rock, Paper Scissors Game
filename : main.py
Okay, so let's be random and play with randomisation and list!
Program : PyPassword Generator
filename : main.py
Okay, so let's be random and play with randomisation, list...and loops!
Program : The Hangman Game
filename : main.py
Okay, so let's kick it up a notch and get a bit dirty! This project will span around two days.
Program : Caeser Cipher Program
filename : main.py
Program : Secret Auction Program
filename : main.py
Using dictionaries and nesting to build a secret auction program.
Program : Calculator Program
filename : main.py
- Build a simple calculator program with basic arimethic operation
Program : Blackjack Program
filename : main.py
The blackjack capstone project
Program : Number Guessing project
filename : main.py