Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 367 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 367 Bytes

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.