~smlavine/ascii-breakout

A TUI Breakout game
play(): Always return the number of lives left
Order variables by first usage

refs

master
browse  log 
turned-in
release notes 

clone

read-only
https://git.sr.ht/~smlavine/ascii-breakout
read/write
git@git.sr.ht:~smlavine/ascii-breakout

You can also use your local clone with git send-email.

#ascii-breakout

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.

#Build

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.

#Libraries

ascii-breakout uses the following libraries:

#Contributing

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.