iphone - Creating a "developer screen" for game development in cocos2d -


i'm developing game on iphone using cocos2d api. it's going well. 1 issue i'm having though have recompile each time want change variables. tedious, tweaking gameplay.

is there implementation sort of developer console screen? mean is: want have type of game screen load, contains list of variables register game screen(with scroller). , want able modify these variables on spot.

i remember there being presentation on wwdc event in showed such screen on ipad. developer press button , gamescreen change developer console screen. know presentation had nothing cocos2d, still, if exists in shape or form, love re-use code instead of writing on own.

though if had write on own, wouldn't know start. there appreciated well.

thx!

it (i believe) graeme devine @ apple's wwdc last year had suggestions on how implement such developer console (check video on itunes university). example called game console included example code of wwdc 2010 (232 mb). i've added link (57 kb) gameconsole.zip dropbox, convenience.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -