TileEngine

Basic 2D tile-based game engine, based on Pokemon.


Keywords
game, engine, tile, pokemon
License
GPL-3.0
Install
pip install TileEngine==1.0.1

Documentation

TileEngine

Build Status Code Climate Test Coverage Issue Count

Writing my own tile-based game engine (Pokemon style)


Target Python versions: 2.7, 3.6

Known supported versions: 2.7, 3.6

Future plans will likely make use of PIL (if installing this, I recommend installing Pillow through pip) and pygame.