Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I wish the chain were more clearly visible. A few times I thought I got stuck, only to realize that they're chained together.

I know, at first I was trying to make chaine as visible object, but after few hours of trying I gave up. Maybe if there were more time.

It's cool to know that you at least tried. Not every mechanic works or comes together in a game jam. The trailer cars in my game, were supposed to have physics and be dragged around, but that didn't work.

(1 edit)

Are you using Godot?
I have used a Line2D to link the orbs in my game, you could use one too. I have the code on Github if you want to see how I did it (just look at the Line2D node called "Link" inside the World.tscn scene)
https://github.com/gabriele6/Nebulasteroids

EDIT: nevermind I see you're using Unity