Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

lookalake

3
Posts
1
Topics
1
Followers
A member registered Jul 03, 2021 · View creator page →

Creator of

Recent community posts

Thanks a lot for trying! I'm sorry to hear it didn't work. Given that a window opens and you even hear some music, I assume you've got everything setup correctly so I'm afraid it's a bug in my code which for some reason didn't show up on my machine.  In that case I'm not sure I can help. Anyway I appreciate the support, I did learn a lot this week and hope next time I prepare better

Unless maybe you don't have opengl 3.3 support? The github page for trivial-gamekit mentions it as a requirement

(1 edit)

I'm sorry for the lack of details, I submitted last minute. Anyway, the zip contains the source code, to play the demo one must load the asd file (open common lisp repl in the extracted directory, then eval (load-asd "absolute/path/to/game.asd")), after which you'll probably have to add the trivial-gamekit repositories (see https://borodust.github.io/projects/trivial-gamekit/#installation-and-loading ). Finally you can (ql:quickload :game) and it should start. Probably not worth it since there isn't much going on, but the rules encouraged submitting unfinished projects.
The game itself is just a demo of platformer mechanics. You can move the character around with wasd (or arrow keys), also space turns gravity on and off. The idea was that you're using magnetic boots to walk on your spaceship, because you have to fix it. So yeah, try to get on the higher platform, if you manage to, you win!
Oh well, better luck next jam

Reading through the rules I can't find anything about whether it is allowed for more than one person to work on the same game. I mean, is this jam strictly solo, or are teams permitted?