Projects

This is some of recent projects outside of research work. Each project includes a brief description and an image to describe it.

  • Tetris

    Screenshot of Tetris game

    Developed the classic Tetris game using the Godot Engine, featuring smooth gameplay mechanics, intuitive controls, and block-clearing logic. This project demonstrates proficiency in game development, 2D physics, and Godot scripting (GDScript).

  • CHIPPY-8

    Screenshot of CHIP-8 emulator

    Developed an emulator for the CHIP-8 system using C++, demonstrating proficiency in low-level programming, instruction set emulation, and system architecture. This project showcases skills in handling opcodes, memory management, and recreating classic game functionality.

  • Pong

    Screenshot of Pong game

    Developed the classic Pong game using the C programming language and the SDL library. This project demonstrates skills in 2D graphics rendering, game loop implementation, and real-time user input handling.