FoonLudum Dare ExplorerUsers → CSharpRun

CSharpRun

Games

YearLDThemeGameDivisionRankOvFuInThGrHuMo
202046Keep it aliveThe Last Matchjam3.663.503.504.163.752.164.16

Performance over time

overall score (left axis) percentile (right axis)

Scatterplots

Fun vs Overall

Innovation vs Overall

Theme vs Overall

Graphics vs Overall

Humor vs Overall

Mood vs Overall

Comments by CSharpRun

LD46 — Keep it alive

Dummy Doggy by Nick Rafalski 2020-04-22T02:24:41Z

Love the game. Graphics and Audio are great. UI is clear and controls are easy a responsive. I felt bad when Dodger died. There was immediate emotional buy-in using a dog in your primary mechanic. Nice work!

Square Shield by Dave Follett 2020-04-20T02:43:13Z

I love the mechanic. It forces my eyes to sweep the playfield which builds good intensity! Nice work! Concept is on-point with theme too!

The Last Match by CSharpRun 2020-04-18T16:31:27Z

Looking forward to this event!

The Last Match by CSharpRun 2020-04-20T20:45:01Z

FIXED "missing fmod.dll" error.

The Blitz3D executable requires fmod.dll in the same folder to run. This is an artifact of the open source version which doesn't pack it inside the executable. I had to write another program in BlitzMax that IncBin'd the DLL and unpacks it at runtime. I have included that source code in the source_code folder as well. Now the game should work.