C++ Programming

This tag is used to tag C++ Programming related posts

Esp32 Tutorial: Pong

0 – Introduction Since I learnt how to code, one of my dream projects is to make a game that runs anywhere, like me there are lots of people out there that would like to do the same, but making a game itself is already pretty complex, if we add the nuances of making multiplatform

Esp32 Tutorial: Pong Read More »

Esp32 Tutorial: Chip8 Console

0 – Introduction Retro gaming enthusiasts often look back fondly at the CHIP-8 virtual machine, which powered early homebrew games in the 1970s. In this tutorial, we’ll create a CHIP-8 emulator console using an ESP32 microcontroller, a keypad, an LCD, and an SD card reader. By the end, you’ll have a fully functional handheld console

Esp32 Tutorial: Chip8 Console Read More »