I already wrote a part of the engine before the 7DRL-challenge, no gamestuff though.
What I already have:
- display of Tilemap (camera can be moved)
- display of Entities with Graphic components
- modal input
- support for multiple scenes
- a Messagelog
Stuff I am using to make this:
- python 3.4
- SDL2
- pysdl2
- pyinstaller for Windows standalone version
- crawl tiles
https://github.com/crawl/tilesAt the moment it looks like this:
By the end of this week I want to have:
- party based combat
- map generation
- some camp management
- a few cool abilities and items
This is my first time participating, let's see if I manage.