SaeedYasin / agames

Arduino Games using OOP C/C++

Home Page:https://saeedyasin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Arduino Games using OOP C/C++

https://saeedyasin.com

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 99.0%Language:C 1.0%