An open API service indexing awesome lists of open source software.

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).

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

![Arkanoid: Space Ball](https://camo.githubusercontent.com/a4f02b2dc646d804faa53ea7db141df8234a4b18c46e7a5bad790f4cf916ba9a/68747470733a2f2f6269746275636b65742e6f72672f616e64726579752f61726b616e6f69642d73706163652d62616c6c2f646f776e6c6f6164732f61726b616e6f69642d73706163652d62616c6c2d312e6a7067) ![Arkanoid: Space Ball](https://camo.githubusercontent.com/e6e8ca7e765ac28fb743591e157f47c6acb3c248fa1ff9a2281c1095af186228/68747470733a2f2f6269746275636b65742e6f72672f616e64726579752f61726b616e6f69642d73706163652d62616c6c2f646f776e6c6f6164732f61726b616e6f69642d73706163652d62616c6c2d322e6a7067) ![Arkanoid: Space Ball](https://camo.githubusercontent.com/f818832c9320e31b429032f31b66fe8ac2d97c281e87a19f0b675a00b555f251/68747470733a2f2f6269746275636b65742e6f72672f616e64726579752f61726b616e6f69642d73706163652d62616c6c2f646f776e6c6f6164732f61726b616e6f69642d73706163652d62616c6c2d332e6a7067)

***

## 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
```