Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 458 Bytes

File metadata and controls

18 lines (11 loc) · 458 Bytes

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