A downloadable game for Windows, Linux, and Android

The End of the Universe is a game I have developed myself using Game Maker Studio 1.4.9999 at a game development course at UiT, Norway (INF-3910-8 V25).

It currently features 3 game modes, such as a puzzle solver, a racing game, and a walking simulator.

The game is translated into the following languages in addition to English, except for text displayed on help menus and those used in debug drawing, and are as follows:

  • Norwegian: Thomas Pedersen
  • French: Les Océanes
  • Croatian: Dorian Badel
  • Appalachian English: Ernie Roby-Tomic

The soundtrack to the game can be found on BandCamp:
https://737basstp.bandcamp.com/album/the-end-of-the-universe


Upcoming updates (after 5th of June 2025):
There will be updates for the game to fix programming bugs and UI/UX horror, and later down the line; a complete rewrite to get rid of technical debt and to improve its maintainability in the future.


Version history:
Version 0.5.1: 5th June 2025 @ 04:00:
Opening Cutscene:
- Fixed the broken textbox, so the text displays properly.
- Added overtyping support for localized text.
- Improved on the animated background.

Version 0.5:  4th June 2025 @ 14:00:
First release as a vertical slice of the whole game.
The overworld map (star map) is broken, so the game progresses like this:
Start --> Puzzle game --> Racing game --> Walking simulator --> Ending.
Due to the ending being unfinished at the time of this release, the game is won by finding a place in the Walking simulator that notifies you of an unofficial win condition, after which the game exits.

Download

Download
The End of the Universe (Windows) v051.zip 14 MB
Download
The End of the Universe (Linux) v050.deb 13 MB
Download
The End of the Universe (Android 7.1++) v050.apk 17 MB

Install instructions

Windows:
Unzip the downloaded .zip file.
Run the .exe-file.

Linux:
Install the downloaded .deb file, either using a packet manager or via the terminal, and then run it through normal means.
An alternative method using the terminal; first navigate to the location of the downloaded .deb-file, and then execute the two first commands to unpack the file, and then execute the third command to run the game:

ar x 'The End of the Universe (Linux).deb'
tar -xf data.tar.zst
./opt/INF-3910-8-V25/INF_3910_8_V25

Android:
Copy or move the downloaded .apk file somewhere onto your Android device.
Enable the side-loading of apps in the settings of your Android device.
In a file explorer application, open the .apk file and confirm you want to install it.
Run the game from the application list (named INF-3910-8-V25).


Leave a comment

Log in with itch.io to leave a comment.