2019-05-01 / uncategorized

A game I made in high school in my programming class

RECT

(Written on 01/07/2023, but dated earlier to fit the chronological order of projects)

main.png

room.png

RECT is a top-down roguelike adventure game focused on item synergies and bullet-hell-esque combat. It's pretty much just a clone of The Binding of Isaac: Rebirth.

The game is written in Java and it was made in a team of 3 in my AP Computer Science class, as a final project.

I've made the source code available here, alongside some packaged .jar files of the game. It might be a little hard to get running, as it requires the JavaFX library, which isn't packaged with most Java runtimes past Java 8.

What's in this thing

item.png

boss1.png

item2.png

boss2.png