Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Snake

A classic Snake game built in C++ using SFML.

How to play

  • WASD to move
  • Eat the red food to grow and score points
  • Avoid hitting the walls or yourself

Building

Requires SFML installed via MSYS2:

pacman -S mingw-w64-ucrt-x86_64-sfml

Then compile:

g++ main.cpp -o main -lsfml-graphics -lsfml-window -lsfml-system

About

Snake game practice for C++ for later Ecosystem simulator

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages