Skip to content

A snake-like game featuring madclip, our national trap hero. In the game Madclip will transform to MadSnake, a hustler that chases money.

Notifications You must be signed in to change notification settings

leobouts/Madclip_SuperSnaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./SnakeGame.

Rubric Points

  1. The project demonstrates an understanding of C++ functions and control structures.
  2. The project uses Object Oriented Programming techniques.
  3. Classes use appropriate access specifiers for class members.
  4. The project reads data from a file and process the data, or the program writes data to a file.
  5. The project accepts user input and processes the input.
  6. The project has input validation.

Additional Functionality

  1. A command line menu with a nice flow.
  2. Highscore is maintained in a txt file.
  3. New snake and food images with SDL functions.
  4. A special type of food that has more points.

About

A snake-like game featuring madclip, our national trap hero. In the game Madclip will transform to MadSnake, a hustler that chases money.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published