FoonLudum Dare ExplorerLD29 → Under The C

Under The C

By camelo003

View on Wayback Machine

CategoryRankScoreCount
Coolness2196

Comments

eugman 2014-05-02 23:34

I was able to walk around for a bit, but then it crashed on me. I got this error:

Unhandled exception at 0x004015EC in underTheC.exe: 0xC0000094: Integer division by zero.

Looking at your code, you return 0/0 which would cause that error.

randoman 2014-05-04 16:04

return 0/0;