Skip to content

SreeramVipparla/Snake_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game Project

Introduction

In this project I have developed a snake game where the goal of the game is to increase the length of the snake without biting its own tail. I have implemented the Snake game using C++, C and the library SDL2 and Compiler cmake. When the Program is run in the C++ environment it first displays the OS that the user is using to run the game then it runs a simple snake game where the only way to die is for the snake to bite its own tail.

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo:
https://github.com/SreeramVipparla/CppND-Capstone-Snake-Game.git
  1. Make a build directory in the top level directory: mkdir build && cd build
  2. Compile: cmake .. && make
  3. Run it: ./SnakeGame.

CC Attribution-ShareAlike 4.0 International

Shield: CC BY-SA 4.0

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published