This repository stores all the C# Projects from my 2 Year BTEC Computing course at college. None of this is perfect so there will be bugs, this is just projects that I've worked on. Some may include some psuedocode as well if you would like to see how the program works.
- Each folder is a seperate program
- There is a folder called
1. Exe Files
which includes .exe's for every program if you don't want to search the code and just want to see it in action. - Below is a little explanation of each program and kind of what it does.
- In the future, each folder will have a ReadMe file which will include more detail about it and a direct download link to the
.exe
for anyone who wants to test it.
In here, you can find all the downloadable .exe
files for every project folder, to save you from navigating the project folders for them. If you would like to find them in a folder, they'd typically be under /bin/debug/
and then the .exe
that is in there.
This is just a basic use of for and while loops to give the lyrics of the 12 Days of Christmas song.
Exe File
This is just a basic ass calculator that was one of the first C# Projects I did.
Exe File
A basic console calculator (first project in JetBrains Rider.
Exe File
Literally, the first project created and was used to follow along with the lecturer's instructions. Nothing big to be honest.
Exe File
Green Bottles song generator. Takes the number of green bottles and makes it into a song utilising a for loop. Exe File
Converts a number to words.
E.g - 69 = Sixty-nine
Exe File
Most basic login page. All data is hardcoded.
Username: Rick
Password: Astley
Exe File
First proper assigned project. Little game of Pong (doesn't utilise AI so isn't the most fairest) Exe File
Just a place for me to mess around, doesn't have an .exe either.
Converts a number to roman numerals.
E.g - 69 = LXIX
Exe File
Finds your year of birth from your age and whether you've had a birthday yet or not.
Exe File