Skip to content

Muffinlavania/the-truth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Truth

A game I have been working on for years now... Entirely in the console, pretty bad code (getting better every update!!!) but actually almost fun You play as a box, and explore your new home, an island that wont let you leave... (unless you find the real ending)

Has:

  • 5 different endings
  • Not a single use of pygame even though this would probably be sick in it
  • A kinda huge map, with darkness and stuff
  • NPCS, Invemtory/Crafting, Items, interactables like the powerplant etc.
  • An easter event (yes i added events, theres definitely not reminants of other ones in there...)
  • Bosses...

This is mainly so I remember it exists, the code for Windows/Mac/Other stuff is here, as well as the already made exe for windows (idk how to make it for other OS)

To play on mac (or windows if you want to compile yourself)

If you want music (as of right now doesnt work without it!!):

  • download this folder of songs (MAKE SURE ITS THE FOLDER, Truth)
  • put this folder in the same path as the next step,

To set up the exe from the source code you will need: (YOU NEEEEEEEEEEEEEEEEEEED THE MUSIC RN!!!)

  • Python/pip (pip3 for mac/linux/whatever)
  • run pip/pip3 install pyinstaller in your console
  • (make sure you are in the current path as the source code before next step, probably downloads)

WINDOWS

  • if you do have the music: run pyinstaller -F --add-data "Truth/*.wav;Truth/" --add-data "Truth/*.mp3;Truth/" TheTruth.py

Mac/other stuff

  • if you do have the music: run pyinstaller -F --add-data "Truth/*.wav:Truth/" --add-data "Truth/*.mp3:Truth/" TheTruth.py Screenshots from the game:

image image image image image image

(Keep Yourself Safe boss)

image

Can you find the truth?

image

About

Python console-based adventure game that has parts of pure spaghetti code and parts of pretty okay code. 5 endings to the game, 2 bosses, many secrets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages