Skip to content

Dive into the neon-lit grid of Cyber Serpent, a modern twist on the classic snake game. Cyber Serpent challenges players to navigate a digital serpent through a vibrant, ever-changing arena. Your objective is simple: guide your serpent to consume food blocks, grow longer, and rack up the highest score possible.

License

Notifications You must be signed in to change notification settings

zEuS0390/cyber-serpent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFML Snake Game

Demo Video: https://youtu.be/nnagibXqy0g
Download Latest Release: https://github.com/zEuS0390/cpp-sfml-snake-game/releases/latest

How to Build?

  1. Download the latest version of SFML 2.x, make sure it is compatible to your platform. After that, extract and place it in the libs directory. If you want to let the CMake handle it for you, just set the SNAKE_AUTO_DOWNLOAD to TRUE.
  2. Open the terminal or command prompt and navigate to the project's build directory.
  3. Proceed to step 5 if you're not using Linux. Install the required dependency libopenal-dev.
  4. Execute the command cmake .. followed by mingw32-make, cmake --build . or make.
  5. A bin directory will be created, which contains the executable program. Go there and run it.

Screenshots

menu

gameplay-2

gameplay-1

gameplay-3

About

Dive into the neon-lit grid of Cyber Serpent, a modern twist on the classic snake game. Cyber Serpent challenges players to navigate a digital serpent through a vibrant, ever-changing arena. Your objective is simple: guide your serpent to consume food blocks, grow longer, and rack up the highest score possible.

Topics

Resources

License

Stars

Watchers

Forks