The lost goat
A little game on the theme of Castaway where you need to answer questions to escape an island
There is a little issue on Linux, since it is case sensitive, so here are the steps to fix it: (as suggessted by @patryk.tech)
chmod +x assets/fonts/ mv -iv assets/fonts/Noto_Sans_JP/NotoSansJP-Medium.otf assets/fonts/Noto_Sans_JP/NotoSansJp-Medium.otf mv -iv assets/cpu.png assets/CPU.png mv -iv assets/keyboard\ and\ mouse.png assets/Keyboard\ and\ mouse.png mv -iv assets/motherboard.png assets/Motherboard.png mv -iv assets/phone\ battery.png assets/Phone\ Battery.png mv -iv assets/wifi\ card.png assets/Wifi\ Card.png mv -iv assets/scientific\ calculator.png assets/Scientific\ Calculator.png mv -iv questions/Keyboard\ and\ Mouse questions/Keyboard\ and\ mouse
github.com/Vthechamp22/pyweek-30-entry
Awards
Scores
Ratings (show detail)
Overall: 2.6
Fun: 2.3
Production: 2.7
Innovation: 2.8
Respondents: 9
Files
File | Uploader | Date |
---|---|---|
thelostgoat.png
— final
the map of my game |
Vthechamp | 2020/09/27 10:16 |
thelostgoat.zip
— final
thelostgoat.zip with small edits and how to run the file |
Vthechamp | 2020/09/27 07:35 |
thelostgoat.zip
— final
The lost goat.zip with win and lose screens |
Vthechamp | 2020/09/26 20:18 |
unhabited.zip
— final
Uninhabited zipped, working now |
Vthechamp | 2020/09/26 17:23 |
uninhabited.zip
— final
A not very final version of the game but there isn't a lot of time |
Vthechamp | 2020/09/26 14:25 |
Diary Entries
IM so LATE
I'm not thaaaaaaat late but I just made the entry so... I need to upload my initial zipped game
The lost goat - Final
FINALLY! I submitted the final program, 500 lines of code! I am not superr happy with my final finished program, but I started 3 days late so, I did my best. All instructions of how to play are included in the README.MD, and it has been tested on windows. Not sure about Mac or Linux though, since I do not have those OS.