Classic Arcade Games A clean, lightweight collection of three classic retro arcade games written in C++ using raylib: Snake, Tic-Tac-Toe, and Maze.
🎮 Included Games Snake: Classic grid movement—eat food, grow longer, and avoid colliding with the walls or yourself.
Tic-Tac-Toe (TTT): The classic 3x3 strategy game with interactive mouse input.
Maze: Navigate through generated labyrinths from start to finish.
🛠️ Requirements & Dependencies C++ Compiler: C++17 compatible compiler (g++, clang++, or MSVC)
Build System: CMake (v3.14+)
Graphics Library: raylib (v4.0+)