Knight General
A downloadable game for Linux
Gameplay video: https://www.youtube.com/watch?v=wPX_rOMkLKs
Blog post: https://lchsk.com/making-a-turn-based-strategy-game-in-cpp-in-72-hours.html
Ludum Dare 42 entry: https://ldjam.com/events/ludum-dare/42/knight-general
Knight General is inspired by classic turn-based strategy games. The aim of the game is to control the whole map (so that the enemy 'runs out of space'). To do so, a player can move their units into enemy territory, thus increasing their possessions. Each player can buy more units, all of which can fight the enemies and collect resources. Units are bought with coins, which each player collects by:
- gathering resources
- receiving a payout at the beginning of each turn, which depends on the size of owned land
- two powerful sides: knights and skeletons
- each side has three different units
- difficult AI opponent
- several types of resources (gold, stone, timber, trees) which can be collected and sold to receive coins
Status | Released |
Platforms | Linux |
Author | lchsk |
Genre | Strategy |
Tags | Ludum Dare 42, Medieval, Real time strategy, SFML, Turn-based, Turn-based Strategy |
Links | Ludum Dare |
Install instructions
-
Make sure you have SFML library installed: on Ubuntu
sudo apt install libsfml-dev
-
Download DEB or ZIP package.
-
Install DEB package:
sudo apt install ./knight-general-0.1.0-Linux.deb
-
Go to directory with
knight-general
executable (possibly/usr/games
), and run./knight-general
-
If you're using the ZIP archive, unzip it, then find
knight-general
executable and run it.
Leave a comment
Log in with itch.io to leave a comment.