Skip to content

HrisShterev/GameMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameMenu

A C++ game built with SFML.

Dependencies

  • CMake 3.16 or higher
  • A C++17 compatible compiler (g++ on Linux, MSVC or MinGW on Windows)
  • SFML (Linux only, installed via apt)

Linux config

Building

Make sure you are in the project root directory for all commands.

#intall cmake and sfml if not already installed
sudo apt install cmake libsfml-dev -y

cmake -B build
cmake --build build

Running

./Game

Windows config

Building

# Install CMake if not already installed
choco install cmake

cmake -B build
cmake --build build --config Release

Running

.\Release\Game.exe

About

Games managed with a menu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors