KendallDoesCoding / KendallDoesCoding/Choose-Your-Own-Adventure-Game

[FEATURE REQUEST] Linux support

Open
#70 4 comments 0 reactions 1 assignee Claimed by @KendallDoesCoding View on GitHub
enhancement
Dominant language
Python
Stars
17
Forks
24
PR merge metrics
No merged PRs in 30d

Description

I was curios about the game and found out after running that is works only with windows.
Maybe we can change this - python is supposed to give us cross platform support.

I will try to work on this task, maybe we can have a discussion about the solution and it would be good to have some windows tester, since i do not have a windows computer available.

I found already two spots, which have to be changed:
* ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(myappid) <- is not working
* music_player.py is using a wrong path. sound = pygame.mixer.Sound("Music/bliss.mp3") is only working because of windows. i would even say this is some kind of bug. it must be music instead

with those first two things the game is starting up, but still not functional. i will try to get more insights now.
Any known other points already?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.