I'm 2 years into development of my sandbox game, Moonman
51–60 of 73 posts
Re: I'm 2 years into development of my sandbox game, Moonman
#52Please put it up on github! I am sure there's a ton of stuff we could all learn from it, not to mention we'd love to help, pushing the project closer to completion.
(Unless of course you plan on putting the game on a market place and earning money from it)
Re: I'm 2 years into development of my sandbox game, Moonman
#53Re: I'm 2 years into development of my sandbox game, Moonman
#54Re: I'm 2 years into development of my sandbox game, Moonman
#55Re: I'm 2 years into development of my sandbox game, Moonman
#56Re: I'm 2 years into development of my sandbox game, Moonman
#57Earlier quoted context omitted.
What is Terraria a clone of?
I guess minecraft.
Zynga's "The Ville" is a clone, for reference. [1] Terraria is what happens when a dev sees a neat game mechanic and thinks "Oh wow, I know what I can do with that" and extends it, which is to be embraced. It's how whole genres are launched and how we got some of the greatest games in the industry.
1) http://www.forbes.com/sites/erikkain/2012/08/10/clone-wars-z...
Re: I'm 2 years into development of my sandbox game, Moonman
#58Thanks Hacker News for keeping me sane during that time. :)
Re: I'm 2 years into development of my sandbox game, Moonman
#59Re: I'm 2 years into development of my sandbox game, Moonman
#60I find it interesting that you took the classic advice of "just use Box2D" for a 2D platformer and it worked well for you. It doesn't seem like your game using anything much more complex than basic box vs. tile grid collision and doesn't use any of the advanced features of Box2D. No complex constraints, rigid body usage seems simple or non-existent, etc. I could be completely wrong about that though, this is all spec…
Intersection tests mainly, I'm sure the reason is buried somewhere in the devlog. At the same time it looked like complex dynamic machines (with pistons, pivots and other parts) were also going to be a priority. It was definitely worth the extra effort, and I still have plans for simpler machines, rope-style bridges with connected parts, and more complex monsters which will no doubt have constraints between their par…