A downloadable game for Windows, macOS, and Linux

Submission for Love Jam 2023
https://itch.io/jam/love2d-jam-2023

Download

Download
OsmosKnockoff.love 9 MB

Install instructions

Requires Love 11.4

https://love2d.org/

Comments

Log in with itch.io to leave a comment.

1.When the player's radius is large, player's emissions will be generated within the player and cannot be absorbed by the player.

2.An error occurred after completing a limited number of levels:

util/init.lua:69: attempt to concatenate local 'mapName' (a nil value)

Traceback

[love "callbacks.lua"]:228: in function 'handler'

util/init.lua:69: in function 'getMapFile'

util/init.lua:73: in function 'loadTiledMap'

world.lua:19: in function 'loadMap'

world.lua:24: in function 'nextMap'

systems/goal.lua:13: in function 'callback'

concord/world.lua:343: in function 'emit'

main.lua:23: in function <main.lua:9>

[love "callbacks.lua"]:154: in function <[love "callbacks.lua"]:144>

[C]: in function 'xpcall'