lucypero / psycho-box

3D sokoban-like puzzle game rendered using DirectX 11.

Home Page:https://lucypero.itch.io/psycho-box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Psycho Box

3D sokoban-like puzzle game rendered using DirectX 11.

Play it on itch.io!

Build

Visual Studio and Premake are required to compile the project.

premake5 vs2022

You can now open the .sln file found in bin with Visual Studio and compile the project within the GUI.

The command above will generate a solution file for Visual Studio 2022. To generate solutions on other versions of Visual Studio, you can target them. Run premake5 --help for a full list of available targets.

ninja also works as a target and really well. Ninja and premake-ninja are required. Doing it this way does not require having the full Visual Studio program installed, only the Microsoft Command Line Build Tools.

Third party libraries used

  • imgui
  • freetype
  • miniaudio
  • assimp
  • stb_image

About

3D sokoban-like puzzle game rendered using DirectX 11.

https://lucypero.itch.io/psycho-box

License:MIT License


Languages

Language:C++ 91.1%Language:HLSL 7.4%Language:Odin 1.0%Language:Lua 0.4%Language:Batchfile 0.1%