RPG
Hi Folks,Planning on doing an rpg this time around - does any have any experience/resources to share?
Thanks
Davy
(log in to comment)
Comments
finally, i attempted an rpg for one pyweek, spent 5 days on the coding, then only had a few hours to do the story and plot. needless to say...it didn't work well.
oh!! you will save yourself a TON of headaches if you make your game maps non-scrolling. it is tempting to make it scroll, but i found it is super tricky to do properly AND works on a variety of computers.
I have been looking at my code from the 'Mad Science' PyWeek. I may reuse some of the ideas from that. It created a reasonably explorable world but I ran out of time to put much in it!! :-) The game world was a bit empty and dull. Number of items makes the game interesting so I should probably set a target for that. I have also being playing Gurk on Android which is a great little retro RPG and fun research - recommended.
Right more practice coding!
richard on 2013/07/31 22:35:
One piece of advice: keep it simple :-)