Skip to content

AaronCode2/Floating-Kingdom

Repository files navigation

How To Compile

Hopefully you have a C++ Compiler, CMake, Make, and VsCode installed to work

  1. Download as a Zip or use Git

  2. Open the Project with Vscode and install the C/C++ Extension Pack

  3. It should come with a option of what Compiler to use - you may have to reopen VsCode - use the compiler that fits you (a GCC is recommended)

  4. Once done, open the Terminal in this directory or you could use the built-in one in Vscode.

  5. Check if Cmake has created the build file or you have done it wrong ❌

  6. Type this command

     cmake --build build
    

How To Play

  • Use WASD or Arrow keys to move
  • To Jump use the W, Up Arrow or even the Space Bar
  • Try to reach the Sign and Hopeful not fall due to Gravity
  • Most Important: Have Fun! 🎮😊

Info

  • The Assets are CC0
  • Use the Release Branch for the newer version!
  • This is a Raylib C++ Project
  • You can do anything with this project