A downloadable game for Windows

Please check out the Ludum Dare page!

Building and Note?


This is my first Ludum Dare and this was amazing, although I think I want to take a rest now :P.
To build the game if you're not going to use the pre-built provided will require the following:

- A C++14 compatible compiler (TDM MinGW, and GCC 8.3 are the compilers used for prebuilt)
- SDL2, SDL2_image, SDL2_mixer, SDL2_ttf (as of typing this I don't provide versions in the repo, sorry!)
- GNU make was used but the game was made in one 2.6k line file so you can easily compile without hassle.

I might not be able to package a Linux version until later today, because I don't know how you
package this... If someone could tell me I'd like to know!

Game Description

In a future where humanity has drained nearly all of it's natural resources, a group of oddly
armed environmentalists have found the last tree on the plant.
Apparently they're somehow still able to receive nearly endless shipments of low-tech turrets.
In their infinite wisdom, they decide to make a last stand to preserve the last piece of green
in a sea of gray and dirt...

How long can you last?

Controls

The menus in the game are primarily controlled by arrow keys unless
explicitly stated.

The only mouse interaction is used to place and remove units.

  • Tab : In-game will show you the order and amount of enemies that will come
  • Escape : opens menu or quits game.
  • M : can mute the "music"

Download

Download
Source Code as of submission! 41 kB
Download
windows-64bit-jam-okay-please.zip 6 MB

Install instructions

The game should just run out of the box. This game was compiled using the mingw-w64 tool kit with MSYS2.

On the Linux build ( which is not up yet. ) was built on a Lubuntu 18.10 system. Requires SDL2, SDL2_image, SDL2_mixer, SDL2_ttf.

Comments

Log in with itch.io to leave a comment.

So sorry for anyone who downloaded when I was missing the SDL2 dependencies.  Should be fixed now.

In the event I somehow missed more dlls you can use the runtime binaries for the SDL2 libraries I used https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4-win32-x64.zip https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15-win32-x64.zip https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.5-win32-x64.zip