stasm / breakoutc

A Breakout clone written in C using a strict ECS architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breakoutc

A Breakout clone written in C using a strict ECS architecture. It's a port of https://github.com/piesku/breakout/tree/tutorial.

Screenshot

Windows

Install SDL2 and GLEW using vcpkg. Open the repo in Visual Studio 2019 using the Open a local folder option.

Linux

$ sudo apt install libsdl2-dev
$ mkdir out
$ cd out
$ cmake ..
$ make
$ ./breakoutc

MacOS

Download SDL2 and copy it to /Library/Frameworks

$ mkdir out
$ cd out
$ cmake ..
$ make
$ ./breakoutc

About

A Breakout clone written in C using a strict ECS architecture


Languages

Language:C 92.1%Language:CMake 5.8%Language:C++ 2.1%