Arkanoid is a block breaker video game. Its plot involves the starship Arkanoid being attacked by a mysterious entity from space named DOH. A small paddle-shaped craft, the Vaus, is ejected from the Arkanoid.
cmake -S . -B build
cmake --build build
./build/arkanoid
- Particles on brick explosion
- Speed increase on level completion
- Brick color interpolation
- Arrow keys to move
- Space to start
Game sources are licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check LICENSE for further details.
Copyright (c) 2024 Alexander Satretdinov