Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Space GolfView game page

An ordinary space golf game, made for Linux Game Jam 2019
Submitted by flesk (@Fleskesvor) — 3 days, 14 hours before the deadline
Add to collection

Play game

Space Golf's itch.io page

Results

CriteriaRankScore*Raw Score
Linux Compatibility#64.7144.714
Inventive Mechanics#63.4293.429
Overall Fun Factor#123.0003.000
Completeness of Experience#153.1433.143
Visual Flair#262.5712.571

Ranked from 7 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

Love the idea! A more realistic physics engine would have been cool though (the ball seemed to move very rigidly) Something along the lines of "add a small part of the distance of all planets to the velocity of the ball every frame", that way it won't lose the momentum of the hit so fast and it will fly in really nice arcs. You would probably just need to tweak the gravity strength to be exponentially stronger when it's closer to the planet and add some friction so another planet doesn't pull it away all the time

Developer

Thanks for the feedback. :)

Yeah, that's definitely something I would love to address, but I struggled a lot with the math, and had to apply some workarounds. Eg. when the ball leaves the gravity of one planet and enters the next, it keeps the same rotation, meaning it will sometimes abruptly take a quick turn mid-flight. The temporary fix is to increase gravity by a lot, so that it dead drops onto the surface of the next planet.

I also want to disable gravity on the player character when they jump into space, and replace jumps with rocket boosts, which can only be used a few times before you need to land on a planet to replenish fuel. That would force me to add checkpoints/restart mechanics though, and rebounds/"wrap around the corner" when the player character leaves the game screen. Currently it's not an issue, since there's always gravity from the closest planet, which I'll probably keep for the ball. 

Submitted(+1)

Nicely done!  Once I got the hang of it, I got kinda good.   Would have liked some sound though.

Developer

Thanks for the feedback. :) 

Yes, I should definitely track down some sound effects and music with a permissive license to add into the game.