Skip to content

dotslashinit-sh/snake-game

Repository files navigation

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.