Hello

I’m Eric, a developer with an interest in low-level coding and game development. My work spans a range of projects, from building educational CPU emulators to creating retro-style games and frameworks. My goal is to continually learn and develop unique, engaging experiences for users.

Projects

Comprehensive collection of game development examples and templates using Phaser 3 (a popular 2D game framework) in combination with TypeScript. The repository is designed to help developers create games by providing well-structured, type-safe code that leverages the strengths of both Phaser 3 and TypeScript.

Tiny4CPU is a lightweight and educational 4-bit CPU emulator designed for simplicity. This project provides a hands-on exploration into the fundamentals of computer architecture, offering a platform to experiment with assembly language programming in a compact environment. Dive into the world of microprocessors with Tiny4CPU and witness the power of 4 bits in action.

FoxViewPPM is a lightweight image viewer written in C and SDL2, specifically designed for PPM, PBM, and PGM file formats. This project was created for educational purposes.