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

catdogdogcatView game page

a hybrid cat-dog animal collecting falling cat/dog treats
Submitted by Siôn le Roux (@sinisterstuf), ezisazis — 22 hours, 17 minutes before the deadline
Add to collection

Play game

catdogdogcat's itch.io page

Results

CriteriaRankScore*Raw Score
Theme interpretation#1382.6543.250
Innovation#1662.2452.750
Overall#2271.8372.250
Graphics#2641.4291.750
Gameplay#2681.2251.500
Audio#2840.8161.000

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

GitHub repository
https://github.com/jatekalkotok/catdogdogcat

Theme interpretation
The concept is a hybrid cat-dog animal collecting falling cat/dog treats where not every treat is good for each head and the two get in each other's way, so the theme interpretation is literally a hybrid animal as the main character.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted (1 edit) (+2)

Hehe, nice! Not sure if it was meant for 2 players, I played by myself and it had my brain split. At some point the game crashes on my side with "FileNotFoundError: [Errno 2] No such file or directory: 'highscore.txt'".

A hint for macOS users that do not have Python3 as default. Run "pip3 install -r requirements.txt" first and then "python3 main.py". That worked for me.

Developer

Thanks for the feedback! We've now included an empty `highscore.txt` so that the game doesn't crash trying to read from a non-existing file.

It's meant to be played by one player as a kind of coordination challenge, although we're curious about how it might be playable nicely as a multi-player game.