/snake-game

A simple snake game made using SFML.

Primary LanguageC++MIT LicenseMIT

Snake Game

Introduction

A simple snake game made in c++ using sfml. 😃

Compiling

Linux

  • Install the following package first: libsfml-dev

  • Execute build.sh.

Windows

  • Clone the repository.
  • Open Game.sln in Visual Studio.
  • Compile the project.
  • Copy the dll files in extras/binto the executable directory and launch the game.