iferrorthrownewbrick.blogspot.com
If Error Throw New Brick: Hello...is this thing on...
http://iferrorthrownewbrick.blogspot.com/2011/11/hellois-this-thing-on.html
If Error Throw New Brick. A simple blog on programming and the quest for the perfect roguelike. Saturday, November 19, 2011. Hellois this thing on. I just received a comment wondering what the status of anything I've been working on, since I haven't posted in forever. This was ironic, since I was thinking about making a post tomorrow anyway. The wife was out of town for a business conferences, so I decided to see what I could hack out in two after-work timeslots and Saturday/Sunday. Things working so far:.
iferrorthrownewbrick.blogspot.com
If Error Throw New Brick: October 2010
http://iferrorthrownewbrick.blogspot.com/2010_10_01_archive.html
If Error Throw New Brick. A simple blog on programming and the quest for the perfect roguelike. Sunday, October 31, 2010. Status Update - Not dead yet. As one might have noticed, my postings the last few weeks have been few and far between. There are a few contributing factors to this decline:. Large amounts of software testing reduce my motivation to come home and work on Magecrawl. Work on a website for my wife's business. {shamelessPlug} Music therapy in Austin, Round Rock, Georgetown. My goal was sim...
iferrorthrownewbrick.blogspot.com
If Error Throw New Brick: May 2010
http://iferrorthrownewbrick.blogspot.com/2010_05_01_archive.html
If Error Throw New Brick. A simple blog on programming and the quest for the perfect roguelike. Tuesday, May 25, 2010. Magecrawl Tech Demo III release for Windows/Mac. Magecrawl Tech Demo III is available for download. The difficulty is a bit harder that I would have liked, but should be playable. You can find it for Windows and Mac here. The new features compared to the last release include:. This is the headlining feature of this release. Plenty of bug fixes and crash fixes. Is all that is needed.
iferrorthrownewbrick.blogspot.com
If Error Throw New Brick: November 2011
http://iferrorthrownewbrick.blogspot.com/2011_11_01_archive.html
If Error Throw New Brick. A simple blog on programming and the quest for the perfect roguelike. Sunday, November 20, 2011. Finished, but just barely. Http:/ dl.dropbox.com/u/8791050/Magecrawl%20-%20Arena%20.1.zip. This version has the correct SDL libraries bundled so you don't need the SDL dev libraries installed. Http:/ dl.dropbox.com/u/8791050/Magecrawl%20-%20Arena%20.11.zip. Tomorrow I'll have a legitimate posting with instructions and the like. I just wanted to get something up tonight. Turn based mo...
iferrorthrownewbrick.blogspot.com
If Error Throw New Brick: April 2010
http://iferrorthrownewbrick.blogspot.com/2010_04_01_archive.html
If Error Throw New Brick. A simple blog on programming and the quest for the perfect roguelike. Sunday, April 25, 2010. Magecrawl on Mac Part II (libtcod, SDL, and init code.). This is a bunch of technical details about getting libtcod working on the mac. You might just be interested in the announcement post. Enough about that.getting libtcod working on the mac involved two major sections of work. Part I: Build system. Part II: Crashes on launch, init code, and mac. What happens on the mac is when you in...
iferrorthrownewbrick.blogspot.com
If Error Throw New Brick: Finished, but just barely...
http://iferrorthrownewbrick.blogspot.com/2011/11/finished-but-just-barely.html
If Error Throw New Brick. A simple blog on programming and the quest for the perfect roguelike. Sunday, November 20, 2011. Finished, but just barely. Http:/ dl.dropbox.com/u/8791050/Magecrawl%20-%20Arena%20.1.zip. This version has the correct SDL libraries bundled so you don't need the SDL dev libraries installed. Http:/ dl.dropbox.com/u/8791050/Magecrawl%20-%20Arena%20.11.zip. Tomorrow I'll have a legitimate posting with instructions and the like. I just wanted to get something up tonight.
iferrorthrownewbrick.blogspot.com
If Error Throw New Brick: Clever Python Hacks Part II - Serialization
http://iferrorthrownewbrick.blogspot.com/2011/04/clever-python-hacks-part-ii.html
If Error Throw New Brick. A simple blog on programming and the quest for the perfect roguelike. Saturday, April 23, 2011. Clever Python Hacks Part II - Serialization. Serialization is Magecrawl is pretty good, however it is somewhat verbose. I write out a giant XML tree with all of the attributes of everything, and parse that in on load. It is about 200 lines of core code, along with about 100 for the map and about another 100 for the player. Here's what my serialization code looks like in python so far:.
iferrorthrownewbrick.blogspot.com
If Error Throw New Brick: July 2010
http://iferrorthrownewbrick.blogspot.com/2010_07_01_archive.html
If Error Throw New Brick. A simple blog on programming and the quest for the perfect roguelike. Wednesday, July 28, 2010. Iteration 9 and 10 - The new plan. So, I'm changing my iteration plans around the release of a video game. Let's just put it out there. Final Fantasy 14. Is being released September 30th (early access on 22nd), and I am excited enough to pre-order it. Due to that, and the expected week or two post-release that I won't involve much coding, here's the new plan. Tuesday, July 27, 2010.
iferrorthrownewbrick.blogspot.com
If Error Throw New Brick: March 2010
http://iferrorthrownewbrick.blogspot.com/2010_03_01_archive.html
If Error Throw New Brick. A simple blog on programming and the quest for the perfect roguelike. Wednesday, March 31, 2010. Swig'ed libtcod c# demo sucess. There still are multiple modules not working right. And a crash on exit in TCDODijkstra. But I got the demo in c# ported to the new API and working! Between craziness at work and work planning a trip over the summer, my hacking time has been scare this week, but I feel like this is good progress. Saturday, March 27, 2010. TCOD key status t. While for C...
iferrorthrownewbrick.blogspot.com
If Error Throw New Brick: Has it been 6 months already?
http://iferrorthrownewbrick.blogspot.com/2011/04/has-it-been-6-months-already.html
If Error Throw New Brick. A simple blog on programming and the quest for the perfect roguelike. Friday, April 15, 2011. Has it been 6 months already? Wow, I can't believe 6 months slipped by that quickly. Between work and my personal life, I seem to have lost track of time (and stopped updating this). Eitherway, I'll try not to let that happen again. I'm playing around with Test Driven Development. Subscribe to: Post Comments (Atom). Clever Python Hacks Part II - Serialization. The Chronicles Of Doryen.