Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Druid of Lûhn

8
Posts
A member registered Apr 14, 2017 · View creator page →

Creator of

Recent community posts

Looks really good, on physics, animation and networking! Would have loved to play it.

Nice dungeon generation, and fun concept of swinging the sword!

It would be cool to pick the starting direction on a swing.

Fun little game, reminds me of old flash games.

Really well made and nicely polished. Fun concept of the ball for the platformer. +1

Getting an SDL2 error (macOS) after entering main loop:

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'nextEventMatchingMask should only be called from the Main Thread!'

*** First throw call stack:
(
0 CoreFoundation 0x00007fffce00b62b __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fffe32481da objc_exception_throw + 48
2 AppKit 0x00007fffcc1f9ef2 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 4480
3 libSDL2.dylib 0x0000000000590c9b Cocoa_PumpEvents + 247
4 libSDL2.dylib 0x0000000000530568 SDL_PumpEvents_REAL + 23
5 libSDL2.dylib 0x00000000005305d0 SDL_WaitEventTimeout_REAL + 57
6 ??? 0x0000000022bfadce 0x0 + 582987214
)

This was my first actual project using Scheme, and I ended up having five days to complete it due to university coursework and timezone difference. Only the world generation is complete, but I'm pleased with it and may continue this project another time.

Thanks for having a go! Do you have the `system` egg installed?

`chicken-install system`

Hello!

I'm going to make a simple text-based grand strategy style game, similar to Crusader Kings II. It will be my second lisp project, although the first one I finish, and written in Scheme.