Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

ColorSwampedView game page

Submitted by sigrid — 22 minutes, 5 seconds before the deadline
Add to collection

Play game

ColorSwamped's itch.io page

Results

CriteriaRankScore*Raw Score
Presentation - how does it look/feel?#172.6944.667
Entertainment - how enjoyable is it?#182.5024.333
Overall#192.4384.222
Creativity - how original is the idea?#202.1173.667

Ranked from 3 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Had to install femtolisp and xterm to run this (by the way graphics right in the terminal are quite dope). Was all worth it, it’s very captivating to play!

Submitted

Could not play unfortunately, I got the following error 

``` 

eval: variable } has no value

in file fns.lsp

in file ./swamp.lsp

```

This was running under Linux with guix package manager and ```guix shell --pure libsixel femtolisp -- ./swamp.lsp```

Submitted

After building femtolisp from source (I noticed you shared a different source than available in guix) I got another error message:

divide-error: div0: /: division by zero

in file swamp.lsp

Also I assume I need to play this in a sixel enabled terminal?

Sorry, but I give up.

Developer

It mentions in the readme you have to be running a terminal emulator that supports sixel drawing. I get the same error _iff_ that's NOT an emulator supporting sixel.

I suggest trying either Contour or xterm with the flags mentioned in the readme.

Submitted(+1)

This game is very fun! I had to compile femtolisp manually as meson on my debian is too old to compile it for me, but after some time figuring out all of the compilation steps i was rewarded with a working lisp interpreter and a really fun game! Impressive how much graphics one can squeeze out of sixel!

also thank you for your work on 9front