Doesn't seem to support iOS, so I wouldn't recommend it for any development where you are hoping to earn money, but could be a fun thing to play around with and learn, maybe, I guess.
Show HN: Hypatia 0.2, a 2D adventure game engine
31–40 of 44 posts
Re: Show HN: Hypatia 0.2, a 2D adventure game engine
#32Looks good so far! Have a look at unity for inspiration for gui, I've seen plenty of non programers use it very effectively because of how user friendly it is
Re: Show HN: Hypatia 0.2, a 2D adventure game engine
#33Just one suggestion, I think you should avoid the installation scripts for distros, and leave them to package maintainers (I would for example love to see this properly in Debian). Also the windows zip in demo would probably be patched out (maybe you should make it a separate download on your website).
Keep the good work! All best.
Re: Show HN: Hypatia 0.2, a 2D adventure game engine
#34Re: Show HN: Hypatia 0.2, a 2D adventure game engine
#35Re: Show HN: Hypatia 0.2, a 2D adventure game engine
#36Re: Show HN: Hypatia 0.2, a 2D adventure game engine
#37Re: Show HN: Hypatia 0.2, a 2D adventure game engine
#38Is there any idea of what kind of performance a game framework like this gets on various platforms? I've been curious about PyGame for a long time, but it always felt like it wasn't capable enough for even a moderate indie game. I'd love to see some benchmarks (how big can maps be? How much memory does the average map size take? How many animations can happen on one map at once before things slow down? etc.). I've ma…
I should really try making an absurdly detailed and animated, large map. :)
Thank you for some really awesome questions! I'd love it if you were to tinker with it yourself. :) I'm really glad you got a kick out of it. Thank you for your time and thoughtful questions.
EDIT: Oh, just to clear something up, you know that Pygame is a Python wrapper SDL plus some other low level libraries, right? http://www.pygame.org/wiki/about reads:
"Uses optimized C, and Assembly code for core functions. C code is often 10-20 times faster than python code, and assembly code can easily be 100x or more times faster than python code."
Re: Show HN: Hypatia 0.2, a 2D adventure game engine
#39Loved the general idea and the non-programmer manual. Would also love if it will be ported to http://www.pygame.org/project-Pyjsdl-2888-4709.html in the future, so it could be played from browsers.
Also, I'm really happy you like the concept and I'm even happier that you enjoyed the non-programmer manual I wrote. <3 It feels really good to give back, full circle, with a game engine which can be used by nonprogrammers, after all, OHRRPGCE got me into programming. :)
Re: Show HN: Hypatia 0.2, a 2D adventure game engine
#40Well done on your work so far!