Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skangas/sbreakout
Yet another breakout clone, written in C++ and using SDL.
https://github.com/skangas/sbreakout
Last synced: about 2 months ago
JSON representation
Yet another breakout clone, written in C++ and using SDL.
- Host: GitHub
- URL: https://github.com/skangas/sbreakout
- Owner: skangas
- License: gpl-3.0
- Created: 2022-10-06T01:20:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-06T01:29:16.000Z (over 2 years ago)
- Last Synced: 2024-10-14T20:31:19.236Z (3 months ago)
- Language: C++
- Homepage:
- Size: 8.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: COPYING
Awesome Lists containing this project
README
#+TITLE: Stefan's Breakout
#+DATE: 2022-10-05
#+AUTHOR: Stefan Kangas
#+STARTUP: content hidestars indent
#+OPTIONS: toc:nil num:1 email:nilThis is a small Breakout clone written in C++ using SDL.
I wrote this many years ago, and it's probably not useful as more than an
exercise, but I figured I might as well archive it here.[[screenshot.png]]
To build this, you probably need to install these prerequisites (on Debian GNU/Linux):
#+begin_quote
sudo apt install libsdl1.2-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev
#+end_quoteThen simply type:
#+begin_quote
make
#+end_quoteInformation on the copyright and license for the graphics in [[graphics/README]] and
for the music in [[music/README]]. The photo ~background.jpg~ is in the public
domain (photo by [[https://gpm.nasa.gov/image-use-policy][NASA]]).I wrote this for fun, but pull requests are welcome. I probably won't be fixing
any bugs though.Happy hacking!