
Dwarven Kingdoms
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Edit: I managed to build a version for windows. I hope it works for you. Let me know of any problems in the comments. Thanks!
Dwarven Kingdoms is a turn based strategy game. The world is divided into four kingdoms. You have been chosen to finally end the war and to unite all dwarves under one banner. You have to fight the three other kings and their troops. To finance their troops, all kingdoms will try to control as many gold mines as possible. Collect the gold and use it to pay your army.
////////////////////////////////////////////////////////////////////////////////
Controls:
- Hold right mouse button: Move the camera
- Mouse wheel: Zoom in and out
- Left mouse button: Interact
////////////////////////////////////////////////////////////////////////////////
Mechanics:
- Kings can only move on tiles that are part of their kingdom.
- If a king collects four gold coins, he can place an army on a tile next to him.
- The gold mines produce a gold coin every eight turns.
- Armies expand the kingdom by moving around.
- If an army enters a field with an enemy unit on it, the unit gets destroyed.
- You win by eliminating the three other kings.
////////////////////////////////////////////////////////////////////////////////
Tools:
- C++
- SDL2
- OpenGL
- Some helper classes from previous projects.
////////////////////////////////////////////////////////////////////////////////
Thanks a lot for playing!
Dwarven Kingdoms is a turn based strategy game. The world is divided into four kingdoms. You have been chosen to finally end the war and to unite all dwarves under one banner. You have to fight the three other kings and their troops. To finance their troops, all kingdoms will try to control as many gold mines as possible. Collect the gold and use it to pay your army.
////////////////////////////////////////////////////////////////////////////////
Controls:
- Hold right mouse button: Move the camera
- Mouse wheel: Zoom in and out
- Left mouse button: Interact
////////////////////////////////////////////////////////////////////////////////
Mechanics:
- Kings can only move on tiles that are part of their kingdom.
- If a king collects four gold coins, he can place an army on a tile next to him.
- The gold mines produce a gold coin every eight turns.
- Armies expand the kingdom by moving around.
- If an army enters a field with an enemy unit on it, the unit gets destroyed.
- You win by eliminating the three other kings.
////////////////////////////////////////////////////////////////////////////////
Tools:
- C++
- SDL2
- OpenGL
- Some helper classes from previous projects.
////////////////////////////////////////////////////////////////////////////////
Thanks a lot for playing!