You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project of Arkanoid-breakout-like game which I'm developing with a few years gap since 2015, primarily as object-oriented programming project to pass at university. Written in C/C++ using SDL library. A lot of refactoring is still needed. ;) Currently, there are some bugs with gameplay which I'm fixing right now.
Load the project in the IDE like CLion or Visual Studio. Currently, this game was tested only on Windows systems and
Visual Studio 2022 toolchain. Project will be loaded by CMake. It supports only 64-bit systems.
About
Project of Arkanoid-breakout-like game which I'm developing with a few years gap since 2015, primarily as object-oriented programming project to pass at university. Written in C/C++ using SDL library. A lot of refactoring is still needed. ;) Currently, there are some bugs with gameplay which I'm fixing right now.