Creating a newspaper that effects the game's economy?
- by zardon
I am writing a game in Objective C/cocos2d where a newspaper is a central part of what controls or rather effects the game's world economy as well as what a city might do (such as increase X, reduce Y)
The newspaper is a bit like a "Chance card" in Monopoly, it has an effect on something.
My question is, what is the best way to do write a…