Skip to content

Simple snake game written in cpp. This was made as project for CSE-144 (OOP) course

License

Notifications You must be signed in to change notification settings

shadmansaleh/Snake_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake_Game

Simple snake game written in cpp

How to build

Requirements:

  • c++ compiler (g++)
  • cmake
  • cmake generator (Gnu Makefile / ninja/ ...)

Instructions:

# clone repo:

git clone https://github.com/shadmansaleh/Snake_Game

# generate build scripts with cmake

cmake -B build/ -S ./

# Run generated build scripts. Assuming you're using gnu makefile

make  -C build

# Run the game windows

build\shake.exe

# Run the game linux/mac

build/snake

ScreenShots

ScreenShot1 ScreenShot2 ScreenShot3 ScreenShot4

About

Simple snake game written in cpp. This was made as project for CSE-144 (OOP) course

Resources

License

Stars

Watchers

Forks