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

DevShed: Building a Data Validation System with the Prototype Pattern with PHP 5

Zend Developer Zone: Zend Launches Online Documentation Center

Dikini.net: Rewriting macros - the peculiar case of php

Sebastian Bergmann's Blog: PHPUnit and Software Metrics

Jim Plush's Blog: Why Your PHP app NEEDS a Circuit Breaker


Community Events











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


testing language series symfony2 release community functional phpunit development introduction unittest database usergroup opinion rest conference framework interview podcast zendframework2

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