Author Topic: Attack on Evil Mountain  (Read 5516 times)

kampffrosch

  • Newcomer
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Attack on Evil Mountain
« 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.

kampffrosch

  • Newcomer
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Attack on Evil Mountain
« Reply #1 on: March 08, 2016, 12:32:57 PM »
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:


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.

kampffrosch

  • Newcomer
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Attack on Evil Mountain
« Reply #2 on: March 13, 2016, 11:53:19 PM »
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



Python3.4 version: https://github.com/kampffrosch94/pyAoEM/tree/7drl
Standalone win32

I  might turn this into something real ... later.