I have just released GOF.
Game Object Framework is a framework for making games. GOF describes different types of entities and how they should interact. The open source code is in ActionScript 3.0 and is mainly composed of interfaces; however, the concepts are not specific to any platform.
to learn more: http://imanit.com/blog/?p=85
to browse UML: http://www.scuge.com/gof/uml/
to [...]
Filed under: Game Architecture | Comments Off
Game Object Framework is a framework for making games. GOF describes different types of entities and how they should interact. The open source code is in ActionScript 3.0 and is mainly composed of interfaces; however, the concepts are not specific to any platform.
Game Object Framework was designed with the following in mind: minimize complexity and [...]
Filed under: Game Architecture | Comments Off
Below is a short list of object oriented concepts.
Object:
An object is a software bundle of related state and behavior. Software objects are often used to model the real-world objects that you find in everyday life. This lesson explains how state and behavior are represented within an object, introduces the concept of data encapsulation, and explains [...]
Filed under: Software Architecture | Comments Off