Completed Projects
Highlighted Projects
*Non-solo project. All other projects were solely developed by me.
^Source code available.




Completed Projects


Word Slide

An Android puzzle word game with 5,000 downloads

Website: https://www.dlesoft.com/wordslide

  • Language: Java
  • Platforms: Android
  • Frameworks and libraries: LibGDX
  • Development period: Jan 2013 - Apr 2013
Get it on Google Play

NOTE: I am currently developing a sequel! See Word Slide Puzzles Plus below.

A word game based on the classic "15 sliding tiles" puzzle. Slide the tiles to make as many four letter words as you can in the allotted time. Includes three themes and six pieces of music for either an energetic or relaxed gameplay experience.

This was my first finished project, completed in three months (on and off). The Android app on the Play Store has over 5,000 installs and zero reported ANR/crashes.

Screens and Video:

Click the images for full resolution.

Game Boy Emulator

A simple Game Boy emulator written in Java
  • Language: Java
  • Platforms: Windows, Linux, Mac, and anywhere Swing is supported
  • Development start: Jan 2021
  • Frameworks and libraries: Swing
  • GitHub link: Coming soon...

A Game Boy emulator.

The Game Boy was released in 1989 and is powered by a z80-like processor running at an effective clock speed of 220 Hz (~1.048 MHz). It features two background layers and one sprite layer of up to 40 sprites. Find more general information about the Game Boy on the Wikipedia page and more technical information on this GitHub page.

The emulator is "complete" in the sense that it's at a state that I'm very happy with. However, it isn't "finished" by any means... There are still compatibility issues with some games, and I also haven't worked on implementing sound at all, or Game Boy Color support (they were out of scope of my goals from the project).

However, I am still incredibly happy with what I've accomplished. It can run several of my favorite games, including larger, more complex ones I didn't expect to work like Zelda: Link's Awakening and Metroid II.

Screens and Video:

Click the images for full resolution.
The Legend of Zelda: Link's Awakening
Pac-Man
Mega Man: Dr. Wily's Revenge
Tetris
Other screenshots:
Screenshot 5 (Pokémon Red title screen)
Screenshot 6 (Metroid II: Return of Samus)
Screenshot 7 (Super Mario Land 2)
Screenshot 8 (Zelda: Link's Awakening)

CHIP-8 Virtual Machine / Interpreter

An emulator for CHIP-8 software written in Java
  • Language: Java
  • Platforms: Windows, Linux, Mac, and anywhere Swing is supported
  • Development start: Oct 2014
  • Frameworks and libraries: Swing
  • GitHub link: https://github.com/devmas/chip8emu

An interpreter for software meant for the CHIP-8 virtual machine.

The CHIP-8 is a virtual machine from 1978 which has 35 opcodes and includes a graphics system. For more information, see the Wikipedia page.

My interpreter appears to have an extremely high level of compatibility with CHIP-8 software, with the exception of software that makes calls to the underlying operating system.

Screens and Video:

Click the images for full resolution.
Blinky (Hans Christian Egeberg, 1991)
Hidden (David Winter, 1996)
Rush Hour (Hap, 2006)
Other screenshots:
Breakout (Brix hack) (David Winter, 1997)

Yuko's Day Off

An unreleased Android action shmup game
  • Language: Java
  • Platforms: Android
  • Development period: Apr 2014 - Jun 2014
  • Frameworks and libraries: LibGDX
(Note: Even though the game has been completed, the game is unreleased.)

A vertical "shmup" game with very simple gameplay. Help Yuko destroy her schoolwork and responsibilities so she can have a fun day off. Features two difficulty modes, Google Play integration (achievements and leaderboards), Google+ sharing, and a gallery that shows your progression.

The game was completed with a partner whom I collaborated with via the Internet. (See her portfolio here.) It is a very small game with a total of at most two weeks of work put into it. Some notable features include Google+ integration, leaderboards, achievements, and several scaling and filtering options to make the pixel art look good to the user.

Screens and Video:

Click the images for full resolution.
Other screenshots:
Screenshot 5 (tutorial)
Screenshot 6 (gameplay)
Screenshot 7 (options and filtering)

Highlighted Projects

These are the projects I am most proud of for whatever reason.

Word Slide Puzzles Plus

The 2023 puzzle-focused sequel to Word Slide
  • Language: Java
  • Platforms: Android
  • Development period: Feb 2023 - Present
  • Frameworks and libraries: LibGDX

The upcoming sequel to Word Slide (2013). In addition to a brand new look, this new game features various individual challenge puzzles to complete.

I anticipate to finish this game by the end of 2023.

  • Credits:
  • Music: Borntive

Screens and Video:

Click the images for full resolution. Also, please note that the media shown here is from an incomplete build -- therefore, there will be some small visual bugs and inconsistencies.

Sol Stone Swap

A competitive multiplayer action puzzle game

Website: https://www.dlesoft.com/solstoneswap

  • Language: Java
  • Platforms: Windows, Linux, Mac, Android
  • Development start: Apr 2019
  • Frameworks and libraries: LibGDX

A puzzle game in the vein of action puzzle games like Tetris and Puzzle League. The scope of this game is larger than any of my previous projects; this includes hired musicians, artists, and voice talent.

Due to various factors, it is currently on hiatus. However, I plan on returning to this project in the future.

Screens and Video:

Click the images for full resolution. Also, please note that the media shown here is from very early in development, so please expect to see some rough edges.

Mini Puzzle Game

A mobile-focused version of Sol Stone Swap
  • Language: Java
  • Platforms: Android
  • Development start: Late 2020
  • Frameworks and libraries: LibGDX

A smaller, mobile-focused spinoff of Sol Stone Swap. This solo project started due to various factors (e.g. the COVID pandemic) making it tough to coordinate with others on the larger game.

This game is mechanically very similar to Sol Stone Swap, but with a more relaxed single player focus. The player is no longer battling against another player, and can instead take their time focusing on getting large combos and high scores in a low stress single player game.

Screens and Video:

Click the images for full resolution.

Fan-made "Celeste" port to the Game Boy

A port of the beloved indie game for the Game Boy
  • Language: Game Boy z80 Assembly
  • Platforms: Game Boy
  • Development start: Dec 2018
  • Frameworks and libraries: hardware.inc

A completely unofficial Celeste port to the Game Boy, written in assembly. It is based on the original, free PICO-8 "Celeste" that is also included as a bonus in the beloved 2018 game. (See a video of the original Celeste or play the original Celeste in your browser.)

It is still very early, but I have included it here because I'm very proud of my progress.

Technical challenges:

  • - I am fitting the entire game into 32 KB.
  • - I have implemented an enhanced run-length encoding scheme that compresses each 20x16 screen to approx. 150-200 bytes.
  • - I developed a Java tool to encode levels made in Tiled to my custom format so I can add it to the game.

Screens and Video:

Click the images for full resolution.
Screenshot from a Game Boy emulator
Editing the levels in Tiled
Editing graphics in Game Boy Tile Designer

"Sidescroller"

A sidescrolling shmup game
  • Language: Java
  • Platforms: Android, Windows, Linux
  • Development start: Mar 2014
  • Frameworks and libraries: LibGDX, Slick2D

A horizontal "shmup" game.

The game was being worked on with a partner whom I collaborated with via the Internet. (See her portfolio here.) One particular feature that is a milestone for me is the collision detection handling. Instead of using the easy AABBs, I implemented polygon collision detection and a broadphase / narrowphase for optimization.

I created several tools to help develop this game, including a level editor for creating levels and a bounding polygon editor for creating the polygonal bounds of level blocks / tiles for collision detection.

The project has not been completed because my partner wanted to take a break and start a very small and simple game, which became Yuko's Day Off.

Screens and Video:

Click the images for full resolution.
In-game
Level editor tool
Collision editor tool
Other screenshots:
Screenshot 4 (gameplay)
Screenshot 5 (level editor)
Screenshot 6 (collision editor)