ascii-breakout is a game inspired by Atari's 1976 classic, Breakout. It uses text-based graphics and can be played in a terminal.
I originally wrote this in 2020 for my final portfolio project in AP Computer Science Principles, when I was in 11th grade. Since then, I've sanded off a few rough edges: wrote this README, refactored, improved documentation, etc.
To build:
git clone https://git.sr.ht/~smlavine/ascii-breakout
cd ascii-breakout
make
Copyright (C) 2020-2021 Sebastian LaVine mail@smlavine.com.
ascii-breakout is free software, licensed under the terms of version 3 or later of the GNU General Public License. You can read the license here, or read a brief synopsis here.
ascii-breakout uses the following libraries:
To follow the project, see, https://sr.ht/~smlavine/ascii-breakout.
To browse the source code repository, see https://git.sr.ht/~smlavine/ascii-breakout.
To send patches, keep up with development, read announcements, and brag about your high scores, see the mailing list at https://lists.sr.ht/~smlavine/ascii-breakout.