Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
0
Members

Need advice on physics

A topic by Christopher Shelley created Jan 17, 2016 Views: 444 Replies: 2
Viewing posts 1 to 3

Hi all! I have just begun my first game project which involves a robot floating in zero-gravity, in a rotating spaceship, pulling and pushing around the vessel, pushing objects, pulling cables and so on.

what are your thoughts on the following aspects? which superpowers component would be useful if any? would you recommend coding custom scripts for these use-cases?

  • collision with moving / rotating surfaces
  • pushing off from rotating surfaces
  • cable physics (ripple, drag)
Thanks a lot for your help, and I hope to release a cool game for you soon!
Moderator

I think using p2.js might be the right choice for the kind of game you want to make.

thanks man i will check it out :)