/CppGame

Primary LanguageC++

C++ game from scratch using SFML

Setup

  • Download SFML
  • Run ./build.sh to create an executable, this script will only compile files in the current folder.

Code style

  • camelCasing used with variables
  • PascalCasing for functions, classes and structs

Code

  • C++