/agames

Arduino Games using OOP C/C++

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

agames 🎮

Arduino Games using OOP C/C++ with SOLID principles and Design Patterns. This code repo was created just to practice software architecture and design principles.

Hardware: Arduino nano with 0.96 inch OLED display along with small joystick. alt text

Use the command, ls /dev/* | grep cu.usb to detect the port for arduino programming.

Snake Game 🐍

Control direction of snake using joystick and eat eggs. If only life could be that simple. 😆

Watch youtube video of sample game play below,

Snake Game Play