Comments

Log in with itch.io to leave a comment.

This was really really fun. Thank you.

Here's my playthrough!

Hello , is there any Linux port planned ? Or any place where I can find the .love ?

Hiya! Since this is open source I have an easy answer for you: https://github.com/notexplosive/lens-window-game

clone/download the repo and change .zip to .love :)

hello, I'm a mac user

gonna try the game in wine, i'll let you know how it goes

It ran, but gave this error when I scored 30 in poptire:

Error

components/poptire.lua:107: attempt to index field 'scene' (a nil value)

Traceback

components/poptire.lua:107: in function 'update'
nx/game/actor.lua:20: in function 'sceneUpdate'
apps/lens.lua:23: in function 'canvasUpdate'
system/window.lua:109: in function 'update'
nx/update.lua:13: in function 'update'
[C]: in function 'xpcall'

Hi! Mac port is coming in just a few days. IGMC won't let me update the uploads section until the judging period ends.

Hiya again! Just so you know I now have an official mac port up. :)

Idk how i got to a point of crashing the game, but this just happened:

Error

moonshine/init.lua:46: Cannot create Canvas: Texture format cannot be rendered to on this system.

Traceback

[C]: in function 'newCanvas'
moonshine/init.lua:46: in function 'moonshine'
nx/update.lua:45: in function 'draw'
[C]: in function 'xpcall'

Hiya! This appears to be because you don't have a video card, is that correct? If that's the case there's a chance the game won't run on your system at all. I can look into that bug in particular (moonshine is a third-party library the game uses for shaders, it's not at all essential to the game). I have another version posted above with moonshine disabled, let me know if this runs.