
This is my entry for GMC Jam 10 and also Ludum Dare Jam. I was trying to program an AI and this is the result. It is very short. This is more of an experiment than a game but it does have an ending.
DOWNLOAD (EXE)

gcc Example.c -o Example.exe
cc Example
#include <stdio.h> int main(int argc, char *argv[]) { char a[100]; sprintf(a, "gcc %s.c -o %s.exe", argv[1], argv[1]); system(a); return 0; }
Captured using Casio Exilim EX-Z33 at Taman Tasik Perdana