/Arcadia

Arcade game mini collection made with SFML

Primary LanguageC++MIT LicenseMIT

ZC CSAI 151 Semester Project: Arcade Game System in CPP & SFML

This project is an arcade game system developed in C++ using the SFML library. The system is designed with a strong emphasis on OOP.

It offers 4 different games of Minesweeper, Pong And 2048 and Snake. This should tackle topics like collision detection and game state management.

How to run

$ git clone https://github.com/indentationLess/Arcadia

$ cd Arcadia

$ make

$ ./main