Cookie Defense

This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
It's christmas.
Everything is prepared, the tree is set up, chimney is cleaned, the cookies are on the counter for santa to eat.. there's only one problem.. MEDIUM SIZED INSECTS ARE ATTACKING!

Grab your.. um.. defenses? and try to slay the hoards of medium insects.

FEATURING:
- RED ANTS
- BLACK ANTS
- BLUE ANTS
(I may have ran out of time doing enemies)
- THE S.W.A.T.T.R.
- THE MELTY SNOWMAN
- THE INSECT BE GONE XL
- AND THE INFAMOUS LOW 2500 OC EDITION

This is a simple endless tower defense game thing, I had more in mind, but being sorta sick doesnt go well with making games. I'm still happy with the end result. Its a game, its playable, has sounds, decent (by my standards) graphics.

The linux build is coming soon(tm) and is as always untested.
Building it yourself is easy, grab all SFML dependencies: https://github.com/SFML/SFML/wiki/Tutorial:-Installing-SFML-dependencies

Clone the git repo:
git clone git://github.com/imerr/LD37 imerld37

Initialize all submodules:
cd imerld37
git submodule init
git submodule update
cd engine
git submodule init
git submodule update

Make a build folder:
cd ..
mkdir build

Run cmake:
cmake -G"Unix Makefiles" ../ -DCMAKE_BUILD_TYPE=Release

And run make:
make -j8

And voila :)
Found a bug?
Tell us on Discord