Trevor Pirone

Projects


This page contains a list of some of the projects I’ve worked on. To learn more about these projects, you can find them on my GitHub or you can reach out to me on my “Contacts” page!

Games

The adventures of Tyler the tiger (series)

The Adventures of Tyler the Tiger is a side-scrolling platform game created using the Pygame library for my Game Design and Programming 1 Class where the user’s objective is to escape from the jungle as fast as you can avoiding enemies along the way. You can find the repository for this game here!

The sequel, The Adventures of Tyler the Tiger: Tyler Takes on Toronto stars Tyler having to jump as high as he can to reach the top of the CN Tower without falling off the platforms. It was created for my Game Design and Programming 2 class and uses Swift. You can find the repository for this game here!

Marist Mayhem (Quiz Game)

A quiz game about Marist College created for my Computer Organization and Architecture class. The game ran on an Arduino board utilizing their framework built off of C++. You can find the repository for this game here!

Marist Mayhem! (Text Adventure)

A console game inspired by the text adventure game Zork! The user goes on an adventure to try and explore all parts of the campus to find the missing key. The game was built using Java. You can find the repository for this game here!

TuRRET SYndrUM

An Android game that myself and two others worked on for our school’s hack-a-thon. The user would control a turret and shoot objects flying across the screen. The programming language used was Java. You can find the repository for this game here!

GATTACA

A GPU program programmed in C++ that takes advantage of the CUDA cores in NVIDIA GPUs to find optimal Blackjack strategies. You can find the repository for this project here!

Software Development

Binary Calculator

An Arduino project that utilized the LCD component which allows using to adjust the contrast of the screen and perform simple arithmetic in binary. You can find the repository for this project here!

BMI Calculator

A simple BMI (body mass index) calculator created in Python. You can find the repository for this project here!