A downloadable game for Windows, macOS, and Linux


Short game where you help a random character to find its love in a maze. Can be played by one or two players. 


Controls

Arrows, WASD, or controller for movement.

Enter to restart the level.

ESC to quit.


Credits

Idea, Programming and Visuals by Mikhail Shubin

Music by Jani Anttila

Sounds from https://wav-library.net


Source

Made using python, pygame, pygame simplifier. Published with cx_freeze

Source code can be found here:

https://gitlab.com/2pi360/love_love_love

https://gitlab.com/2pi360/pygame_simplifier

StatusReleased
PlatformsWindows, macOS, Linux
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorMikhail Shubin
GenrePuzzle
Made withpygame, Paint.net
Tagsmaze, Pixel Art, Romance, Short
Code licenseGNU General Public License v3.0 (GPL)
Asset licenseCreative Commons Attribution_ShareAlike v4.0 International
Average sessionA few seconds
InputsKeyboard
AccessibilityTextless
MultiplayerLocal multiplayer
Player count1 - 2

Download

Download
love_in_a_maze_win_v1.0.zip 23 MB
Download
love_in_a_maze_mac_v1.0.zip 24 MB
Download
love_in_a_maze_linux_v1.0.1.zip 25 MB

Development log

Comments

Log in with itch.io to leave a comment.

Ah, it works now. Thanks!
Nice concept. I do wish there was a kiss at the end :-)
Good to know pygame on linux doesn't read mp3 files!

I could't run in on Linux. Maybe a problem with cx_freeze and how it resolves paths?

Traceback (most recent call last):

  File "/home/shubin/virenv/pygame391/lib/python3.9/site-packages/cx_Freeze/initscripts/__startup__.py", line 74, in run

  File "/home/shubin/virenv/pygame391/lib/python3.9/site-packages/cx_Freeze/initscripts/Console.py", line 36, in run

  File "main.py", line 197, in <module>

  File "/home/shubin/love_love_love/simplified_pygame.py", line 691, in play_music

  File "/home/shubin/love_love_love/simplified_pygame.py", line 438, in _get_sound

pygame.error: Unable to open file '/home/rick/Downloads/love/assets/opus6b.mp3'

Hey! Thx for the letting me know, Ill try to check it out

Hey, thx again for bringing this issue up.


I uploaded the new Linux version, which, I hope, should work fine.


I checked cx_freeze and path resolution. To my surprise, these components were all working fine. The problem turned out to be in pygame itself: it is unable to open *.mp3 files under Linux. I replaced .mp3 file with .ogg, and now it should do fine.