Skip to content

A multiplayer game featuring two snake-eating snakes written using C++ and SDL

Notifications You must be signed in to change notification settings

StanKu/TwoSnakes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TWO Snakes

This is an adaptation of a classical snake game for two players. The project is built upon a starter repo for the Capstone project in the Udacity C++ Nanodegree Program.

Controls

  • Red snake: Arrow keys
  • Green snake: W, S, A, D
  • Help/Pause: F1
  • Exit: Esc

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.

About

A multiplayer game featuring two snake-eating snakes written using C++ and SDL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.9%
  • CMake 21.1%