Dupont An Phu

Game developer, retro-computing enthusiast

Other projects


DuckTales NES Remake

A remake of the very-known game DuckTales
using C++ with the first-year game-engine.
Visit page

Chip 8 Emulator

Simple Chip8 emulator written in C++
It's fast and can run any Chip8 program.
Original version SDL. Updated version OpenGL/PSGL.
Visit page

Chip 8 Assembler

Basic assembler for the Chip8 written as a challenge if I could write it in one afternoon. (I did) It only supprts the original Chip8, but other implementations such as SuperChip can be supported by raw input (eg. DATA 00FF)
The language itself is inspired by both old asm and modern languages.
C# and WPF. Download Source.

The 2048 puzzle game

This fun and addicting game written using
the DAE first year engine.
Download source and executable.

Minesweeper

The minesweeper game written using the first year game engine.
Download source and executable.


3D Raycast engine

A pseudo-3D engine using raycasting on a grid using SDL.
It allows the use of textures on walls.
Source

Tunes DB

A small Windows 8 app that allows you to search the iTunes database.
It has been published on the Windows app store
by one of my colleagues from back in high school.
Source

Snake 3D

This is a really old version of snake I created back in high-school.
It uses an own made engine written in C# with WinForms and GDI for graphics.
Executable