This is a pokemon game i am creating in python3. It uses pygame. There are very less engine available for making pokemon fan games on Android platform, So i am currently making this one. The name of game is not decided, i am calling it pyred for now.
- Created in Python3, Pydroid3 mobile app so you can run it in mobile.
- Game save and Load (map name and player position for now)
- TMX map loading and placing warps, player, npc and collidables
- Dialog Box and Choice box
- NPC script (speech and walk)
- Fade in and Out animations (WIP)
- In game menu (WIP)
- Autorun
- Clean the code
- Document it
- Pokemons
- Items and Bag
- Pokedex
- Trainer Card, Gyms, Badges and much more
PyTMX : Original Repository
- For using tmx map
- I have modified this to match my requirments.
Pyscroll : Original Repository
- For scrolling map and camera
- I also have modified this a bit
Pygame : Official Site
- Game engine for Python
- I am using Pygame 2 beta/dev
Other resources :
- Using sprites from Pokemon Essential RMXP
- Using maps from Pokemon Green Online (I modified everymap)