## About Betcha! ##
Betcha! is a simple terminal-based ball-in-a-cup guessing game.

## Gameplay Overview ##
Basic gameplay involves using the arrow keys to raise/lower a bet from
your pool of money (starting with $10, and a minimum bet of $1) and selecting
whichever cup you think has the ball hidden in it. If you guess correctly, you
win back double your bet; if you guess incorrectly, you lose whatever you bet.

The goal is to reach the target amount of money (initially $100). When you
reach that target, you are given the option to play again at a higher level
of skill, with the amount of money required to win increasing alongside it.
On the other hand, if you run out of money, you lose the game.

## Manual Installation ##
Required build-time and run-time dependencies include:
ncurses (>= 6.3.0) if using a Linux-based system (e.g. GNU/Linux)
PDCurses (>= 3.9.0) if using other Unix-like systems (e.g. *BSD)

Compilation is done with 'make' and installation is done with 'make install'.
Both 'DESTDIR' and 'PREFIX' environment variables are supported.
Installed software can be removed using 'make uninstall'.

## Copyright and Licensing ##
Betcha! is Copyright (c) Bloyburt 2024.

This program is licensed under the GNU General Public License; either version 2
of the license, or at your choosing, any later version. For more information on
licensing terms, please read the COPYING file.
