Sunday, December 25, 2016

Christmas Jam 2015


I've Spent the last two days of my break making this little Christmas game.
The main point of this game was to make a fun game for my friends.

But more importantly, i now have written a script to synchronize game timers to music (most music synchronizes cost upwards of 30$ on the asset store).

Saturday, December 17, 2016

Abyssal

This is the student project i completed over 5 weeks during the 2016 fall quarter of SCAD. It is programmed in Processing. All art assets, animations, and sound effects are made by me.


I followed what i think to be fairly standard practices when it comes to organizing my code. I think the main game loop could be cleaned up. If i were to remake the project from scratch i would use jsons to hold the level data, that way i can hold more information each tile. I could then use a program called Tilded, which is perfect for this sort of thing.