Table of Contents
CS50x - Week 1 - Problem Set 1: Mario
For this assignment, I used C to build pyramids similar to the ones in the Mario game based on a user's input.
- Clone this repository
- In a terminal, navigate to the directory where you cloned this repository
- Run
./mario2.c
- Enter an integer
- View the pyramid in the terminal
This project can be improved by:
- Sanitizing the user input
- Learning C. I improved on the basics with this assignment:
- basic function setup
- declaring variables
- loops & conditionals
- printing to the console
Danielle Andrews - @DrAcula_codes - daniellerandrews - danielle.andrews.dev@icloud.com
Project Link: https://github.com/DrAcula27/cash
A special thanks to these resources used in the project!