Hello everyone, I'm about to make a hyper-casual game for mobile devices, haven't decided yet what engine to use for native app (superficial research says it should be unity) but current prototype is built using pixi.js since that's a tool i'm most familiar with. Basic gameplay is revolving around nodes (let's say planets) and a ball that is rotating around a node, can detach from it, go to free fly and attach to another node if it's close enough (like a small space object that get's into gravity field of another large object …
↧