Skip to content

jasewhatson/ABreakoutC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A clone of the old arcade game breakout. Features powerups and written in c++ and uses the SDL media library.

My first released c++ game which runs on windows linux and potentially other platforms.

How to compile/run

Install dependencies

sudo apt-get update && sudo apt-get install -y libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev g++

Compile

g++ -std=c++17 -o breakout source/cpp/.cpp source/cpp/.cc -I source/headers $(sdl-config --cflags --libs) -lSDL_image -lSDL_ttf

Run

./breakout

Gameplay Demo

simplescreenrecorder-2026-01-26_10.29.26.mp4

About

Another breakout Clone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published