Hellbound
Last updated: 6/14/2026
About a game I developed back in 2015, when I was first learning how to code.
Game Development
Hellbound was a Super Smash Bros. clone game I wrote in grade 11 as a final project for my computer science class. It was written in Python using the Pygame library, and featured local 1v1 multiplayer. Here's the description I wrote of the game way back then:
""" Author: Anson Tran
Date:
Description: This game is a 1v1 duel arena, for 2 players. Players will use
two different keyboard layouts on the keyboard. Player 1 will
use WASD keys for movement, and letters G,H,J for commands.
Player 2 will use the arrow keys for movement and comma,period,
slash for commands. The winner will be the player who kills
their opponent first. Players can attack, block, and jump
around on platforms.
"""
I thought the code for this project was lost many years ago, but my brother and I found the USB it was stored on when we were moving the piano a few years back.
Click the button below if you want to play it! You can also poke around the code on Github if you want.
* Some sound effects and music were switched out from the original due to copyright concerns.
Anson Tran