Pybattle is a python ascii text art pokemon style game in the terminal using ANSI escape codes.
Don't know what ANSI escape codes are? Visit: https://en.wikipedia.org/wiki/ANSI_escape_code
╭─ BEDROOM ─┬──────────────────╮
│ ╰───────╯ |||| │
│ |||| │
│ ─┬─┬─┬─┬─┤
│ │
│ │
│╭│╮ ╶─╮ │
││││ ░│ │
│╰│╯ ╶─╯ ╭─────┬─╮ │
│ │░░░░░│▓│ │
│ ╰─────┴─╯ │
╰──────────────────────────────╯
Get the the characters here: https://en.wikipedia.org/wiki/Box-drawing_character
__/\ _─────_
/ , \____ / \
\_____ \| / |
_|____/ ____ \ | /
| |___/ \ \ |_/
\_/ ___| | /
/____\_____//
_ _
( \ / )
\ \/ /
|, , \
| \
/ \
| \ / \ _\/_
\ / /
__\_ __\___/
_---_
<< , \_____
\ / \__
| \________/=====-
\________/
__|_
Clone the repository:
git clone https://github.com/PythonDominator/Pybattle
Install setuptools:
pip install --upgrade setuptools
Install pybattle
pip install -e .
pip uninstall pybattle
Navigate to the tests folder:
cd tests
Run a test:
python bedroom.py
python textbox.py
python menu.py
There will be more tests coming soon.