o
odin.langpkg.dev
packages / app / Stribor

Stribor

15da814app

short game made in my custom engine

No license · updated 12 months ago

Stribor

Short horror game made to test out my custom engine called "Oengine".
The game contains custom assets and assets I took from the internet.
Because of that I will not publish it until i make all assets custom and polish the game.


How to Run

  1. Requirements:

    • Odin compiler (version dev-2025-06 recommended)
    • Python (for running run.py but also optional because .bat and .sh files can be executed)
  2. Compiling:

    • Run run.py, or use the .bat/.sh scripts in the platform-specific directories (windows, linux, mac).
    • After compilation, the executable will be located in the corresponding platform directory.
  3. Running Without Compiling:

    • If you don’t have the Odin compiler, run the precompiled executable in the platform directory.
    • If the executable is missing, you'll need to compile it yourself.