FoonLudum Dare ExplorerLD23 → 1625

1625

By voidah

View on Wayback Machine

CategoryRankScoreCount
Humor3612.36
Overall7352.47
Graphics7702.18
Fun8161.94
Theme8372.00
Mood8481.69
Coolness85133
Innovation8871.65

Comments

hungyg 2012-04-23 15:25

make a windows version. I thought that was an obvious todo.

uberneen 2012-04-23 15:37

I built it in a 64-bit environment and it worked fine, just had to get libtak.so into the library path.
The idea was good, but I didn't see much game. I placed some students and when they died I tried placing some more with mixed results and no real visual feedback as to why.
I think I got the same score as what's in your screenshot too.

omaha 2012-04-23 15:55

Having trouble building this app (the included binary won't run for some reason. 32 vs 64 bit issues?)

A README describing what libraries are necessary and how to build it would be great.

alwaysgeeky 2012-04-23 19:03

Looks very similar to plants vs zombies

voidah 2012-04-24 02:30

Sorry about the lack of build instruction :/ This is my first LD, and I now know that I should take more time to package/write instructions for the next LD.

Tested on linux 64 bit but should work on linux 32 bit too if you recompile. Quick and dirty instructions to build and test:

- You should have the following dependencies installed: GLEW, sfml, devil (not only the libs, but also the -dev package)
- Download zip file
- unzip ludumdare23.zip
- cd ludumdare23/tak
- touch Makefile.dep
- make depend
- make
- cd ..
- touch Makefile.dep
- make depend
- make
- make run
- voila! :)

voidah 2012-04-24 15:26

If you don't have linux but still are curious to take a look at the game..
Gameplay: http://www.youtube.com/watch?v=c91qfTUiJyQ
timelapse: http://www.youtube.com/watch?v=viaPiR17pr4

voidah 2012-04-24 17:15

Windows version added

kayamon 2012-04-25 01:03

I couldn't run this (on Windows) - MSVCR100D.dll is missing

haslettj 2012-04-25 01:04

I can't run the Windows executable. it can't find MSVCR100D.dll

jerm 2012-04-25 01:06

As others have said, it can't find MSVCR100D.dll. This usually means you need to compile it in Release mode instead of Debug mode, and get people to install the Visual C++ Redistributable package.

jezzamon 2012-04-25 01:32

Sadly, I cannot play this game because I have a mac. :C

voidah 2012-04-25 02:10

Sorry about the missing dll, please re-download, it should work now..

jerm 2012-04-25 03:52

Windows version works now :)

Quite good, but it seems there wasn't much skill involved as the best strategy was to place the same number of students in each row (maybe?). Also once the guys with guns came out it was only a matter of time until you got game over and so you didn't really have any control over the outcome. But maybe that was the point you were trying to make? :)

fireblend 2012-04-25 05:08

That got really hard, really fast! It was fun, and it got me scrambling for extra "students" really quick :P good job!

nefariouszhen 2012-04-29 16:29

Rating based on the video; on a mac here. Looks like your idea is well portrayed.

samusetroid 2012-05-06 02:13

Nice! It worked good. The game was hard but fun. Come check out my game!

flownerous 2012-05-09 12:56

Nice idea and fun for a while. Don't really see how it relates to the theme though.

raptor85 2012-05-11 20:32

couldn't run the linux version, you really need to pack the library dependencies with it, was missing glew and a few others.

tried running the windows version in WINE but crashes immediately on startup