Skip to content

TheSharpOwl/WonderLand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WonderLand

Some 2D game (name subject to change)

Demos for stages of development

Youtube list of versions history Link

Latest stage so far:

Latest Development stage

Dependencies:

For now writing what I am using (will update it to all possible versions..etc)

How to Run:

  1. Put SFML and irrklang in the same folder of this repo in new folder modules(optional)

  2. Example:

    git clone https://github.com/TheSharpOwl/WonderLand.git
    cd Wonderland
    mkdir build
    cd build
    cmake .. -A x64 -G "Visual Studio 17 2022" -DSFML_PATH="C:/Wonderland/modules/SFML-2.5.1" -DSFML_PATH="C:/Wonderland/modules/irrKlang-64bit-1.6.0"

    Note that relative path to the libraries might not work so try to pass absolute path

  3. Open the .sln file in Wonderland/build and build it inside Visual Studio (just build or try to run and close the error window)

  4. Copy all dll files for all libraries in the modules folders (from their bin folders and make sure you copy the right ones for debug or release) to the built exe path

  5. Run inside visual studio

  6. Have fun ! (I guess ?)