About project | Screenshots | Feature | Building | Management |
This project is a simple offline game. The game is a platformer with a static camera.
- Menu;
- Settings;
- Section about the game;
- The Game;
Menu | Settings | Pause |
---|---|---|
![]() |
![]() |
![]() |
- Easy to implement;
Path to the SFML library folder: C:\Projects_C++\SFML_Game\SFML_Game\sfml\SFML-2.5.1-windows-vc15-64-bit\SFML-2.5.1
Visual Studio -> Run Debug x64
Visual Studio -> Run Release x64
Path to the SFML 2.5.1 (Visual C++ 15 (2017) - 64-bit) library folder: C:\Projects_C++\SFML_Game\SFML_Game\sfml\SFML-2.5.1-windows-vc15-64-bit\SFML-2.5.1
Catalog of books with folders with CMakeLists.txt
cmake -S . -B build
cmake --build build --config Release
cmake --build build --config Debug
Project DETH JUMP to assign as a startup project
- Enter - enter
- Esc - return back/set pause
- Up — jump/move up;
- Left — walk left;
- Down — squat / move down;
- Right — walk right;