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

Features

  • 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


Download

Download
knight-general-0.1.0-Linux.zip 5 MB
Download
knight-general-0.1.0-Linux.deb 5 MB

Install instructions

  1. Make sure you have SFML library installed: on Ubuntu sudo apt install libsfml-dev

  2. Download DEB or ZIP package.

  3. Install DEB package: sudo apt install ./knight-general-0.1.0-Linux.deb

  4. Go to directory with knight-general executable (possibly /usr/games), and run ./knight-general

  5. 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.