Toh

2D space shooter created using Pygame. Currently on hiatus.

View on GitHub

INFO

HIATUS
Last Edited: 1/24/2022

NOTE: Meant to be run on Python 3.7 or any compatible version with Pygame

DOWNLOAD A DEMO HERE. Currently the demo is only compatible with Windows operating systems. Unpack the .zip and run the .exe. If you would like to just clone the repo and run it with Python, jump to the Installation section.

SOURCE CODE: https://github.com/rkwong43/Toh

GITHUB PAGES: https://rkwong43.github.io/Toh/

CONTROLS: Menu navigation using WASD or arrow keys, select using Space. Go backwards a menu using Esc.

Personal project using self-taught Python and the Pygame library. Is currently on a hiatus. Might port it into C++ in the future, or the Unity game engine.

As of now, all weapons and ships are permanently unlocked for the player for demo purposes.

Installation

Clone the repo into a folder of your choice. Make sure you have Python 3.x installed then install Pygame:

# For Windows:
py -m pip install -U pygame --user
# For Linux:
sudo apt-get install python3-pygame

From there, simply run:

py main.py

Current Game Features

Describes the current gameplay features inside the game.

Future Features

Features currently under development or planned for the future.

How to Add Ships