My Projects

Cryptic Stash

My own cryptography library written from scratch!

Check out this post

a green lit up light
a green lit up light
Gameboy Emulator

After getting some experience with emulator after writing CHIP-8, I decided that it is time to start what I had originally planned, a gameboy emulator.

It is currently in progress...

CHIP-8 Emulator

This is my very first emulator project, and I initially wanted to create a Gameboy emulator since I've always been a Nintendo fan. However, as I delved into the technical documentation of the Gameboy, I realized how little I knew about computer hardware. This realization led me to choose a more manageable project, the CHIP8 emulator, in order to familiarize myself with emulators and computer hardware before eventually tackling the Gameboy emulator.

Fortunately, the CHIP8 emulator had a very user-friendly technical reference available on Frédéric Devernay's website. You can find it here.

Hacking Tool Suite

A suite of hacking scripts written in Python and some networking utilities written in C with a focus on MITM attack.

Check out this post for more details

source code

DRandomBot

A discord bot with many features, including interacting with APIs, coordinating users for simple games.

A prototype ML chatbot is incorporated in the bot.

Check out this post for more details

source code

IoT Pokédex

This little Pokédex was developed for one my courses with my teammate. We used an STM32 Nucleo board for this project, and a proxy server that runs on computer to make it work.

Check out this post for mode details

Optik Game Engine

A ray-casting 2D game engine.

Check out this post for mode details

source code

Space Invader Clone

Clone of classic space invader game. Written in Python with Pygame module

source code