Skip to main content

A package that contains a Pokémon simulation game.

Project description

Anybody here play Pokémon?

Just me? That's fine.

The game:

github.com/4ntoined/pokemonpy

To play the game:

myterminal$ python3
python$ import pokemonpy.pokemon as pk
python$ game1 = pk.game()
python$ game1.startgame()

To play with a particular config file:

myterminal$ python3
python$ import pokemonpy.pokemon as pk
python$ cpath = '/configurations/config.txt'
python$ game2 = pk.game()
python$ game2.startgame(cpath)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pokemonpy-0.0.2.tar.gz (210.0 kB view hashes)

Uploaded Source

Built Distribution

pokemonpy-0.0.2-py3-none-any.whl (224.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page