In this repo, there will be my learning projects in C#.
# Projects | Topics | Lesson |
---|---|---|
My Notes | My note(in FR) | |
MadLibs | Create a story from user input | Data Types & Variable |
Money Maker | a program in which a user enters an amount and gets the minimum number of coins that equal that value. | Data Types & Variable |
Password Checker | a program that measures the strength of any given password based on the following criteria | Logic & Conditionnal |
Choose Your Own Adventure | Using logic and conditional statements to write a classic text-based Choose Your Own Adventure Game. Depending on what choices your user makes, the program will have a different result. | Logic & Conditionnal |
Architect Arithmetic | In this project, you’ll use methods to build a program that calculates the material cost for any architect’s floor plan. | Methods |
Exquisite Corpse | Using methods, you’ll be able to randomly combine different parts of ASCII characters so they create a new creature. | Methods |
True or False | You’re taking an interactive quiz written in C# | Loop & Arrays |
Caesar Cypher | you have been asked to write a cipher: a tool to encrypt text, making it unreadable to other teams. You’ve decided to implement the Caesar Cipher, which was used by the Roman Empire to encode military secrets. | Loop & Arrays |
The Object of your Affection | Build a Profile class that allows users to generate profile objects. | Class & Object |
App interfaces | Every app must have a display and reset feature. In other words, each class will need to implement the IDisplayable and IResetable interfaces. | Interface & Inheritance |
Supernatural & inheritance | In this project, you’ll be developing a system in C# to track the weather magicians in the guild and their spells. | Interface & Inheritance |
Rover Control Center | This project will show you some ways in which references, inheritance, interfaces, and arrays can help you be a better C# programmer. | References |
Programming Languages | In this project you’ll be using lists and LINQ to search a database for answers! | List & LINQ |
DiscordBot | a Discord bot designed to assist students. This bot operates in conjunction with an LLM called Gemma 2B, providing an innovative approach to facilitate learning | API, IA, Pratice |