News Feed
Jobs Feed
Sections




News Archive
Pádraic Brady's Blog:
Redux First Official Code!
October 19, 2006 @ 08:28:00

In the continuing development of his online PHP-based game, Pádraic Brady has created a simple class to help with mapping out the objects/structures in the game. He shares the code for this in his latest blog post.

The code sets the stage for the Redux mapping system. Basically, we're aiming at a grid-based map with each grid coordinate representing a Sector.

Right now, it's just a skeleton structure, but it already has some of the key bits of functionality in place. The Redux_Map class manages the requests coming back and forth between the client and server, and the Redux_Map_Grid class helps to generate a grid structure of the objects found in that sector.

He even includes the unit tests for testing the Redux_Map_Grid class to ensure everything's in tip top shape. Next on his list is adding actual entities to the game - planets, facilities, etc.

0 comments voice your opinion now!
game online skeleton class grid map manager game online skeleton class grid map manager


blog comments powered by Disqus

Similar Posts

Version Control Blog: Upgrading Drupal with Git

Kevin Schroeder's Blog: Tapping millions of non-PHP PHP developers (manager's guide for Java to PHP)

Alex Netkachov's Blog: PHP IDE with autocomplete for class properties

Konstantin's Blog: The Twitter OAuth PHP Class Gets Even Better

David Sklar\'s Blog: Parsing Reasonably-sized HTTP Responses


Community Events











Don't see your event here?
Let us know!


conference community series tool development testing code opinion podcast release phpunit functional language zendframework2 application unittest interview introduction example framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework