Skip to content

bwhybrow23/cs-projects

Repository files navigation

C# Projects

Main Lang GitHub Discord

Hello

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.

How It 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.

Breakdown

Exe Files

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.

12 Days of Christmas

This is just a basic use of for and while loops to give the lyrics of the 12 Days of Christmas song.
Exe File

Calculator

This is just a basic ass calculator that was one of the first C# Projects I did.
Exe File

Console Calculator

A basic console calculator (first project in JetBrains Rider.
Exe File

Demonstration

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

Green Bottles song generator. Takes the number of green bottles and makes it into a song utilising a for loop. Exe File

Number to Words

Converts a number to words.
E.g - 69 = Sixty-nine
Exe File

Password

Most basic login page. All data is hardcoded.
Username: Rick
Password: Astley
Exe File

Pong

First proper assigned project. Little game of Pong (doesn't utilise AI so isn't the most fairest) Exe File

Playground Area

Just a place for me to mess around, doesn't have an .exe either.

Roman Numeral Converter

Converts a number to roman numerals.
E.g - 69 = LXIX
Exe File

Year of Birth

Finds your year of birth from your age and whether you've had a birthday yet or not.
Exe File

About

An archive of all C# Projects from my 2 year BTEC Computing Course at College.

Resources

Stars

Watchers

Forks

Languages