Intent to participate
I’m planning on participating in this LD, I’ll be using my .Net game lib that is based on openTK.
It provides spritefont classes, batched sprite drawing, path finding, audio loading (wave, mp3, ogg), noise generation (perlin and simplex) and some other basic services.
You can download it with source here: http://billknye.com/foo/billknye.gamelib.zip
It feels very similar to XNA, to use it you just need to create a class then inherits from the Game base class and override the methods.
Good luck everyone!