Skip to content
forked from Py-mon/Pybattle

A python ascii text art pokemon style game in the terminal using ANSI escape codes.

Notifications You must be signed in to change notification settings

MrNesli/Pybattle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pybattle

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

Ascii Text Art:

╭─ BEDROOM ─┬──────────────────╮
│   ╰───────╯       ||||       │
│                   ||||       │
│                     ─┬─┬─┬─┬─┤
│                              │
│                              │
│╭│╮   ╶─╮                     │
││││    ░│                     │
│╰│╯   ╶─╯           ╭─────┬─╮ │
│                    │░░░░░│▓│ │
│                    ╰─────┴─╯ │
╰──────────────────────────────╯

Get the the chars here: https://en.wikipedia.org/wiki/Box-drawing_character

Installation:

Linux:

$ pip install --upgrade setuptools

$ python3 -m venv env

$ source env/bin/activate

$ pip install .

$ python main.py

Socials

Trello: https://trello.com/b/zEno2FGf/pybattle

About

A python ascii text art pokemon style game in the terminal using ANSI escape codes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%