dotslashinit-sh / snake-game

A simple snake game made using SFML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple snake game made using SFML.

License:MIT License


Languages

Language:C++ 100.0%Language:Shell 0.0%