Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Rocket Jockeys - The Remake

Fun, Classic and Legendary! Ride rockets and cause mayhem. · By AwesometonGames

Love RJ!

A topic by Squashua created Jul 24, 2020 Views: 184 Replies: 1
Viewing posts 1 to 2

Experienced developer here.  How can I help?

Developer

Honestly?  IDK...

Do you know Unity development?
I doubt you could understand my spaghetti code (or you'll most likely laugh at it)
95% of the code is my code so it will be hard for anyone to get, it is kinda documented however not really for cooperation.

Now that I've started net-coding I have refactored how some of the stuff works.

I currently have a lobby with selections syncing working, player movement, balls, cables, rockets and traps synced.
I am using Forge networking for the networking itself.

Making all the game management/gamestate synced is an ongoing nightmare.

ps: Just so you know how bad I am at coding, I've just started using C# interfaces ^^ I used to do everything by inheritance.