Skip to content

Used C to build pyramids similar to the ones in the Mario game based on a user's input.

Notifications You must be signed in to change notification settings

DrAcula27/mario

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Mario

Generate pyramids similar to those in the Mario game.

Table of Contents
  1. About The Project
  2. Usage
  3. Optimizations
  4. Lessons Learned
  5. Contact
  6. Acknowledgments

About The Project

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.

(back to top)

Built With

  • C

(back to top)

Usage

  1. Clone this repository
  2. In a terminal, navigate to the directory where you cloned this repository
  3. Run ./mario2.c
  4. Enter an integer
  5. View the pyramid in the terminal

(back to top)

Optimizations

This project can be improved by:

  • Sanitizing the user input

(back to top)

Lessons Learned

  • Learning C. I improved on the basics with this assignment:
    • basic function setup
    • declaring variables
    • loops & conditionals
    • printing to the console

(back to top)

Contact

Danielle Andrews - @DrAcula_codes - daniellerandrews - [email protected]

Project Link: https://github.com/DrAcula27/cash

(back to top)

Acknowledgments

A special thanks to these resources used in the project!

(back to top)

About

Used C to build pyramids similar to the ones in the Mario game based on a user's input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages