This was created as part of my course assignments while taking 'Introduction to Coding - C#' at NBCC-Saint John. I made it the legal age for my daughter to play with because she is always asking if she's old enough. I had a lot of fun creating this application.
There are 3 options: underage, legal age, and still going.
- First you must create a fork for this repository:
In GitHub, click on the fork button in between the Unwatch and Star buttons
- Grab your SSH clone address:
Click on the green '<> Code' button and make sure you are in the local tab and SSH. Copy the address that it shows there
- In Git Bash, copy and paste the following code to clone the repository on your local machine:
git clone 'your-clone-address'
- The go into that folder:
cd 'folder-name'
- Then make sure you are the main branch:
git checkout main
- The open the code:
code .
- Run the program:
Click on the run/play button in the upper right hand corner of VSCode
This is to demostrate the understanding of the objects/componets of programming in C#. You can play around to see how it works.
Karen Bourgeois
MIT License?
https://github.com/users/kzefram/achievements/quickdraw
https://github.com/users/kzefram/achievements/pull-shark
https://github.com/users/kzefram/achievements/yolo
There are 3 options: underage, legal age, and still going.
Please feel free to create an issue if there is something that isn't functioning or there is an error in the text.
N/A