pokesim
=======
This package contains a playable pokemon battle simulation game.
Currently supports only a small part of one Pokemon's moveset. Aims for
Gen VII compatibility; future generations are not guaranteed to be
playable. Also will not feature Mega Evolutions or Z-Moves for the
forseeable future. Double, Triple, Rotation and other misc. battle types
are a huge stretch goal, behind supporting multi-Pokemon teams.
Installation
------------
The easiest way to install is with ``pip``. If your pip installs for
python 3.6+, simply enter
::
pip install pokesim
at the command line. To install manually, download this repo and run
::
python setup.py install
Usage
-----
Once installed, you can just run ``pokesim``. The features currently
supported are below:
Supported Pokemon
~~~~~~~~~~~~~~~~~
- Bulbasaur
Supported Moves
~~~~~~~~~~~~~~~
- Amnesia
- Double Team
- Growl
- Razor Leaf
- Seed Bomb
- Sweet Scent
- Tackle
- Vine Whip
- Work Up
Missing Mechanics
~~~~~~~~~~~~~~~~~
The following mechanics have yet to be added.
- Weather
- Status-Effect moves (e.g. Confuse Ray, Fire Fang)
- Priority moves (e.g. Quick Attack, Extremespeed)
- Most other things tbh
- Abilities
- Hyper/Reverse Mode(s) (idk which I'll pick)
Raw data
{
"_id": null,
"home_page": "https://github.com/ocket8888/pokesim/tree/master/python",
"name": "pokesim",
"maintainer": "",
"docs_url": null,
"requires_python": "~=3.10",
"maintainer_email": "",
"keywords": "pokemon simulation game battle",
"author": "ocket8888",
"author_email": "ocket8888@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/35/2d/b42e5698be30f34930734cdd20c613de4bf1f0644de49c1d0fadad06e9f3/pokesim-0.2.0.tar.gz",
"platform": null,
"description": "pokesim\n=======\n\nThis package contains a playable pokemon battle simulation game.\nCurrently supports only a small part of one Pokemon's moveset. Aims for\nGen VII compatibility; future generations are not guaranteed to be\nplayable. Also will not feature Mega Evolutions or Z-Moves for the\nforseeable future. Double, Triple, Rotation and other misc. battle types\nare a huge stretch goal, behind supporting multi-Pokemon teams.\n\nInstallation\n------------\n\nThe easiest way to install is with ``pip``. If your pip installs for\npython 3.6+, simply enter\n\n::\n\n pip install pokesim\n\nat the command line. To install manually, download this repo and run\n\n::\n\n python setup.py install\n\nUsage\n-----\n\nOnce installed, you can just run ``pokesim``. The features currently\nsupported are below:\n\nSupported Pokemon\n~~~~~~~~~~~~~~~~~\n\n- Bulbasaur\n\nSupported Moves\n~~~~~~~~~~~~~~~\n\n- Amnesia\n- Double Team\n- Growl\n- Razor Leaf\n- Seed Bomb\n- Sweet Scent\n- Tackle\n- Vine Whip\n- Work Up\n\nMissing Mechanics\n~~~~~~~~~~~~~~~~~\n\nThe following mechanics have yet to be added.\n\n- Weather\n- Status-Effect moves (e.g. Confuse Ray, Fire Fang)\n- Priority moves (e.g. Quick Attack, Extremespeed)\n- Most other things tbh\n- Abilities\n- Hyper/Reverse Mode(s) (idk which I'll pick)\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Simulates a pokemon battle with a computer opponent",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://github.com/ocket8888/pokesim/tree/master/python"
},
"split_keywords": [
"pokemon",
"simulation",
"game",
"battle"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "32a653c85cdbd333edbe16dde63d809df448f0cb488c6aa1f031c604ce3ccfe5",
"md5": "f5bf547ecfbab0e78041b6d845a819ef",
"sha256": "4bcae1164d75b11aa287cfbbad156f4993848dd06e86d21ce2bad643c3e8a8fb"
},
"downloads": -1,
"filename": "pokesim-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f5bf547ecfbab0e78041b6d845a819ef",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.10",
"size": 19593,
"upload_time": "2024-01-19T02:07:56",
"upload_time_iso_8601": "2024-01-19T02:07:56.234545Z",
"url": "https://files.pythonhosted.org/packages/32/a6/53c85cdbd333edbe16dde63d809df448f0cb488c6aa1f031c604ce3ccfe5/pokesim-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "352db42e5698be30f34930734cdd20c613de4bf1f0644de49c1d0fadad06e9f3",
"md5": "bfcfe70a5a213d1661688ac7f8b788ae",
"sha256": "d223140d48e5fa06046af22c5b513d40c9c1c576c83da939241fdfe933980da9"
},
"downloads": -1,
"filename": "pokesim-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "bfcfe70a5a213d1661688ac7f8b788ae",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.10",
"size": 18920,
"upload_time": "2024-01-19T02:07:57",
"upload_time_iso_8601": "2024-01-19T02:07:57.419918Z",
"url": "https://files.pythonhosted.org/packages/35/2d/b42e5698be30f34930734cdd20c613de4bf1f0644de49c1d0fadad06e9f3/pokesim-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-19 02:07:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ocket8888",
"github_project": "pokesim",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pokesim"
}