Shaumik-Ashraf / JASC

MMORPG!
0 stars 0 forks source link

Updates on how things are going #16

Open Shaumik-Ashraf opened 8 years ago

Shaumik-Ashraf commented 8 years ago

class World has areas put together; if you run World.main() you can play 10 turns on a 3x3 world World also has the ability to be generated by seeds, identical seeds will yield identical worlds

Problems!

World seems to have tooo many towns, even though the chance of ech type of area should be equal, what should the ratios of each type be? No Shop yet - will probably make it its own event, to be called by Town Event No Saving yet

Shaumik-Ashraf commented 8 years ago

Also, sorry max, but I'm limiting the entire charset to ASCII (ie ä -> a)

jcao14 commented 8 years ago

40:40:20 for the ratios might work.

jcao14 commented 8 years ago

Can you make a spawn random monster function?