LoopThroughLoss
A downloadable game
LoopThroughLoss is a first-person narrative game exploring the emotional journey through grief, developed during a game jam organized by students at Hive Helsinki. The theme of the jam was "Time Loop".
This short psychological experience takes you through looping inner thoughts, representing the five stages of grief:
Denial, Anger, Bargaining, Depression, and Acceptance.
More info on github: https://github.com/To0nsa/LoopThroughLoss
Updated | 1 day ago |
Published | 16 days ago |
Status | Released |
Author | To0nsa |
Genre | Interactive Fiction |
Tags | 2D, emotional, First-Person, Music, My First Game Jam, Narrative, psychological |
Download
Install instructions
### Window
Download the zip folder.
Unzip the folder.
In a terminal go to the unzip folder:
cd ../../LoopThroughLoss
./LoopThroughLoss maps/LoopThroughLoss.cub
Note: folder assets, maps and .exe have to stay in the same directory
### macOS & Linux
1. Open a terminal.
2. Clone the repository with submodules:
git clone --recurse-submodules https://github.com/To0nsa/LoopThroughLoss.git
cd LoopThroughLoss
3. Build and run:
make check-deps # Verify required packages are installed
make setup # Install system dependencies (if needed)
make # Build the executable
./LoopThroughLoss maps/LoopThroughLoss.cub
4. Optional cleanup:
make clean # Remove object files and dependencies
make fclean # Clean everything including the binary
make re # Full rebuild from scratch
Leave a comment
Log in with itch.io to leave a comment.