Projects - Alex Heyman

Projects

Programming-related projects not listed here can be found among my GitHub repositories.

Cell2D

Cell2D

Cell2D is a free, open-source Java library for making 2D games, designed to simplify and speed up development by handling common organizational tasks. It is based on Slick2D.

I was motivated to create Cell2D after I and many other students in my high school AP Computer Science class chose to create video games for our final projects, but not one of our groups completed its respective game by the deadline despite the simplicity of the games' concepts. My group spent a lot of time programming basic event-scheduling and input-processing systems that are common to a lot of games when we could have been working on actual game mechanics, and we still got farther than anyone else, so the other groups likely had the same problem.

I created Cell2D in part to help people like those students, who have some programming experience but are newcomers to game development, to get started quickly without reinventing any major wheels first. I also want to make Cell2D well-documented enough to prevent its users from struggling too much with unexpected quirks, as well as provide enough optional low-level control to allow pros to optimize the environment for their specific game.

TiledReader

TiledReader is a simple Java library for extracting information from files created with the map editor Tiled. TiledReader is a dependency of Cell2D, and I created it mainly to extend the functionality of Cell2D, but it can be used on its own as well.

Echo

Echo

Echo is a free puzzle-platforming video game about multitasking by creating temporary copies of yourself. I created it and spent about 24 hours working on it during the utGDDC Fall Reading Week Jam 2017. A month later, I worked for about 14 more hours on it (yes, I timed myself) over a period of 12 days, for a total of 38 hours of development time.

Echo's sound effects were generated with ChipTone, and its music was composed by Shaun Bellamy.

The Gargoyle

The University of Toronto-based publication The Gargoyle describes itself as "University College’s greasiest biweekly student newspaper". I was The Gargoyle's Politics section editor from September 2020 to May 2021, and I've contributed articles to the following issues:

Sonic Robo Blast 2 Mods

SRB2 mods
These are modifications that I've made for the Sonic the Hedgehog fangame Sonic Robo Blast 2, ranging from extra levels to playable characters to different styles of gameplay using SRB2's engine. Most of them can be accessed through my page on the SRB2 Message Board forum, or by searching for my username on that forum.