https://github.com/reybits/arkanoid-space-ball
Arkanoid: Space Ball – a deprecated project with outdated and imperfect source code based on SDL/glSDL, available for Linux, macOS, Windows, and Web (Emscripten).
https://github.com/reybits/arkanoid-space-ball
arkanoid game linux macos web windows
Last synced: about 1 month ago
JSON representation
Arkanoid: Space Ball – a deprecated project with outdated and imperfect source code based on SDL/glSDL, available for Linux, macOS, Windows, and Web (Emscripten).
- Host: GitHub
- URL: https://github.com/reybits/arkanoid-space-ball
- Owner: reybits
- License: apache-2.0
- Created: 2025-02-20T23:54:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-21T00:11:29.000Z (over 1 year ago)
- Last Synced: 2025-03-14T16:46:10.036Z (over 1 year ago)
- Topics: arkanoid, game, linux, macos, web, windows
- Language: C++
- Homepage:
- Size: 19.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Arkanoid: Space Ball
> Arkanoid: Space Ball is an unmaintained, legacy codebase based on SDL/glSDL. The sources are dated and rough around the edges, yet the game remains available for Linux, macOS, Windows, and the Web through Emscripten.
Arkanoid: Space Ball revives the timeless fun of Arkanoid, whether you’re playing on an arcade cabinet or your Mac.
In this version, you pilot a small spaceship, bouncing a ball to smash as many colorful tiles as possible. The game features multiple difficulty levels and a variety of power-ups that keep the action lively and engaging.
Although the graphics and sound are fairly simple and don’t particularly stand out within the genre, Arkanoid: Space Ball offers a built-in level generator and editor—perfect for designing custom challenges, even if casual players may overlook it.
***
## Screenshot
  
***
## Download and build from sources
Clone the repository with the following command:
```sh
git clone https://github.com/reybits/arkanoid-space-ball.git
cd arkanoid-space-ball
make release # Linux or macOS
make emscripten # Web (Emscripten)
```
***
## Dependencies
`CMake`, `SDL`, `SDL-mixer`, `SDL-image`
***
```
Copyright © 2006 Andrey A. Ugolnik. All Rights Reserved.
http://www.ugolnik.info
andrey@ugolnik.info
```