
Retroverse
A downloadable retro
Retroverse (BT Retro Hub)
Platform: Desktop (Windows, Linux, macOS) – requires QB64 or FreeBASIC to run.
Type: Proprietary source code software / retro game launcher
Description:
Retroverse is a retro-style game launcher developed by BT / Betnix. It provides a home screen interface with animated ASCII graphics and a scrolling starfield, allowing players to select and launch multiple classic-style games, including Pong, Space Invaders, Asteroids, Monster Shooter, and Shooter Game.
The launcher includes:
-
First-time setup for entering player name and 4-digit code
-
Persistent player data stored locally
-
Separate modular game files — each game remains in its own
.bas
file, keeping the system clean and organized -
Retro visual effects: blinking titles, starfield background, and console-based menus
-
Cross-platform source code for use with QB64 or FreeBASIC
License: Proprietary – all rights reserved by BT / Betnix. Users may run the software for personal or internal use only. Redistribution, modification, or reverse-engineering is prohibited.
Target Audience: Retro gaming enthusiasts, hobbyist developers, or anyone looking for a modular, classic arcade-style game experience on PC.
Published | 3 days ago |
Status | In development |
Author | Betnix |
Genre | Shooter, Platformer |
Tags | Pixel Art |
Download
Install instructions
Retroverse – Local Download & Setup Instructions
Requirements
-
Desktop computer: Windows, Linux, or macOS
-
QB64 or FreeBASIC installed to run
.bas
files-
Download QB64 here: https://www.qb64.org
-
Step 1: Obtain the Files
-
Make sure you have these files:
-
main.bas
(Launcher) -
Pong.bas
-
SpaceInvaders.bas
-
Asteroids.bas
-
MonsterGame.bas
-
ShooterGame.bas
-
-
Place all files in a single folder on your computer.
Step 2: Run the Launcher
-
Open QB64.
-
Go to File → Open and select
main.bas
. -
Press Run (F5) to start the launcher.
Step 3: First-Time Setup
-
Enter your name and 4-digit code when prompted.
-
This info is saved locally for future sessions.
Step 4: Launch Games
-
From the home screen, choose a game by typing its number (1–5) and pressing Enter.
-
The selected game will open in a new QB64 window.
Step 5: Returning to Launcher
-
Close the game window when finished.
-
The launcher will remain open for you to select another game.
Important Notes
-
Keep all
.bas
files in the same folder. -
Do not rename or move files, or the launcher may not find the games.
-
Player info and scores are saved locally in
player.dat
.