Play game
Moon Golf's itch.io pageAre you participating as solo or in a team (N/A if solo)
Team
Teamwork is dreamwork✨
Team Name
OLYMPUS
Team Members
Gitesh Patil
Aamir Rayyan
Discord Username of Leader
Art3mis__#7948
College/University (Studying or graduated)
Pune Institute of Computer Technology, Dhankawdi, Pune, Maharashtra, India
Nationality
India
How did you get to know about GameDevUtopia
Social Media
Twitter-Instagram-LinkedIn-Facebook
Through the Stellaris Game Jam
Through Defold's community
Through itch.io
Other
What do you think of Defold
it is a very efficient and beginner friendly game engine.
Steam Username/ID/
76561199544391294
GitHub link of submission
https://github.com/aamirray19/gamejam-24.git
Leave a comment
Log in with itch.io to leave a comment.
Comments
Unfortunately the web version doesn't work. I looked at the console in the browser and saw:
Uncaught (in promise) TypeError: Permissions check failed
at Object.requestFullScreen (<anonymous>:1:230161)
at Object.toggleFullscreen (dmloader.js:717:18)
It looks like you have checked the Fullscreen checkbox in game.project. The browser is preventing this automatic action, which is the reason why the game freezes. This should be handled better in the engine, but for now you can get around it by unchecking the Fullscreen checkbox and publishing the game again.
Sadly, no matter how big I will make an arrow with drag and drop mechanics (which are working fine), I can't put enough force on the ball to make it reach the destination, even on the first map, which makes this game impossible to play. Make "gravity" smaller and it would be playable ;)