A downloadable game for Windows and Linux

Defend your city against waves of enemy's

Every X seconds a wave of enemy's spawn which wants to destroy your castle. It's your task to defend the castle, you have to do so by training units and placing tiles to improve your production. The more waves you have survived the bigger and stronger the waves get.

Your castle receives damage when an enemy is in a tile that surrounds the castle, the more enemy's that are surrounding the castle the more damage you receive.

You lose when your castles hp is 0, the goal of the game is surviving as long as possible.

This game is made with c++ and Raylib

Controls / Mechanics

  • Main menu
    • W and S or arrow keys to select an option
    • Enter Key or Right Mouse Button to start the option
  • Camera movement
    • WASD
    • Mouse drag
    • Mouse scroll - for zoom

  • To  move units click on the tile the unit is on and select 1 of the tiles highlighted tiles. If a unit is moving or fighting you can't select the unit and have to wait until the action has been completed.
  • You can upgrade the castle by clicking on it.


  • You can train units by clicking on  the training camp tile, this will open an menu in which you can select the option you want by pressing the correct key. if a united was trained on a training tile there is an cool down before you can train a new unit.training tile
  • Placing tiles can be done by selecting an tile in the menu on the bottom of the screen and then placing it. NOTE: You can only place a tile if the tile is highlighted with a white color, this is only the case when the tile is adjacent to the castle tile or one of the build tiles, and you need to have enough coral to place a tile.


  • Quit game
    • press escape key to exit whilst in game
    • select quit in main menu


Programming by:

Maurits and Twan

Art made by: 

Midas

Published 19 days ago
StatusReleased
PlatformsWindows, Linux
AuthorMauritshidde
GenreStrategy
Made withraylib
Tags2D, Singleplayer
Average sessionAbout a half-hour
LanguagesEnglish
InputsKeyboard, Mouse

Download

Download
SeaFishilizations.zip 24 MB

Install instructions

the executable(exe) has to be in the given folder to work correctly

On windows:

  1. download the zip file
  2. unzip the file
  3. run the game.exe file in the folder

On linux; using wine:

  1. download the zip file
  2. unzip the file
  3. run the game.exe file from the terminal by typing ./game.exe

On linux without wine

  1. download the zip file
  2. unzip the file
  3. run the game by typing ./game.out whilst in the game folder
  4. NOTE: you will probably have to install raylib when using it this way: https://www.raylib.com/