Creative - a game engine - Summary
This group is not part of the GNU Project.
The idea is to develop a rts/rpg-gameengine in php for browserbased online games.
I'm thinking of a db-based application where the game designer (or the players) can add:
-abilities (both ranges and enumerated,
eg: strenght: 1-10, special skill: strong, fast, small)
-actions (name of action, description of action, success requirements and what happens on success and failure.
eg: hit, hit other player or object, (self.strength + self.weapon.strength) > (opponent.strength + opponent.shield.strength), on success: opponent.health - abs(self.strength - opponent.strength), on failure: self.health - abs (self.strength - opponent.strength)
-maps (2d, 2d+submaps, 3d, 3d+submaps, triangel, square or hexagonal)
explanation of submaps: a submap can be explained as for example a building, a soccer-arena, etc.
- ...
There is no code at the moment, not even a design-doc!
Thats it!
Registration Date: Tue 28 Jan 2003 05:22:43 PM UTC
License: GNU General Public License v2 or later
Development Status: 1 - Planning
- Browse open items
Submit a new item
- Browse open items
Submit a new item
Powered by Savane 3.14-d582.
Corresponding source code