Temple of The Roguelike Forums
Game Discussion => 7DRLs => Topic started by: kampffrosch on March 08, 2016, 11:57:47 AM
-
The king commands you to kill the demon lord of Evil Mountain.
Sadly he can only spare a few young villagers to be your soldiers.
To train them, to equip them and to lead them into victory against
the mighty demon lord shall be your problem.
-
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/tiles
At the moment it looks like this:
(http://i.imgur.com/zEu8JU9.png?1)
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.
-
Well I managed to make ... something.
Let's call it "naked man versus giant newts".
It´s certainly not what I had envisioned, but its playable although I don't recommend to do that :D
(http://i.imgur.com/AbzII6a.png?1)
Python3.4 version: https://github.com/kampffrosch94/pyAoEM/tree/7drl
Standalone win32 (https://github.com/kampffrosch94/pyAoEM/releases/download/untagged-3980ae28efbf823b380a/nakedmenvsgiantnewts.zip)
I might turn this into something real ... later.