Skip to content

Skullfurious/sfml_snake_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game - A Simple SFML Project

This project is for me to learn more about CMake and SFML while adapting to a Linux development environment.

Requirements

  • GCC (11.2.0)
  • CMake (3.14 or greater)
  • Make (4.3)
  • SFML 2.5.1 (libsfml-dev)
  • Git (2.34.1)
  • Git LFS (3.1.4)

Ubuntu (*Based Distribution) Setup

  • sudo apt-get install libsfml-dev
  • sudo apt-get install cmake
  • git clone git@github.com:Skullfurious/sfml_snake_game.git
  • mkdir build/
  • cd build/
  • cmake .. && make && ./SnakeGame

Attribution

  • SFML Discord Community and the SFML Project Developers

License Information

  • To be determined at a later date.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published