Lemmings Metroidvania

My friend Matthew and I are developing a side-scrolling platformer in the style of Super Metroid and Castlevania as a year long project for our advanced programming class. We have been blogging our progress as we go.

We started with a design document you can view here.

My contribution has been to develop the core engine using C# and MonoGame. This includes developing the physics system, the input handling, and the UI elements.

We are tracking our progress on Trello and trying to emulate a professional work environment.

Skills: C#, MonoGame, project management tools, team collaboration, GitHub

Knight’s Tour Algorithm

During my 2020 internship my supervisor assigned me the knight’s tour algorithm as an exercise for learning Android development as well as understanding recursion algorithms.

This was particularly a challenge as mobile devices have a difficult time handling recursive algorithms due to their low memory.

Skills: Backtracking, recursion, Android Studio, profiling, Android UI, Android animations

Python Rogue-like

I like rogue-like games, especially older more traditional ones. During the summer of 2021, I heard about a month long game dev event centered on rogue-likes. Prolific rogue-like developers would share resources and practices for designing and getting started on a rogue-like game. I was curious about making a rogue-like already and this was a perfect opportunity. I spent the month of July using these resources to create a prototype rogue-like using Python.

Skills: ECS architecture, Python language, data based design, pathfinding

 

Doodle Guess

Doodle Guess is a recreation of the classic pen and paper game hangman. I created this in my freshman year of high school, I rewrote an old Obj-C version of the app and reused most of the assets. It was a good opportunity for me to learn Swift, Xcode, and the iOS development environment.

Skills: SwiftUI elements, Xcode storyboards, Apple App Store submission process

Doodle Dots

Doodle Dots is a recreation of the classic pen and paper game Dots and Boxes. After finishing Doodle Guess, I rewrote another old Obj-C app using some of the assets. I learned more about SwiftUI, constraints, and game algorithms.

Skills: Programmatic SwiftUI elements, SwiftUI constraints, game logic and algorithms