9/14/2009

Almost ready for testing...

I've been saying this for about 2 weeks now, but for real this time. I've been preparing bunch of data for monsters, items, and tomorrow I'll work on Magic and Skills to test. I organize my data on Google Spreadsheet, I then spit out a CSV file and parse it using a PHP script I wrote. I feel more comfortable doing this than making a XML file and reading it through XML parser in Objective-C. PHP is so much easier... I also wonder how much more difficult it is to hack an xml file than hard coded data.

あとちょっとでテストプレイできるぐらいまで来た。ってもう2週間ほど言ってるような気がする。。この二日間はモンスターデータ、とアイテムデータを前半分ぐらいまでつくってる。明日は技と魔法をつくるかな。このすべてのデータをGoogle Spreadsheetで管理していて、CSVに吐き出して自分で書いたPHPスクリプトでパースしてる。Objective-CでXMLやCSVをパースするよりはるかに簡単のような気がする。XMLとハードコードはどっちがハックするの難しいのかな。

No comments:

Post a Comment