StendhalObjectives: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>MiguelAngelBlanchLardin
No edit summary
imported>MiguelAngelBlanchLardin
No edit summary
Line 5: Line 5:


The main point on developing stendhal is to ''stress-test'' the engine so that we can point black points and areas that need to be improved.
The main point on developing stendhal is to ''stress-test'' the engine so that we can point black points and areas that need to be improved.

=Roadmap=
# Code first server logic
# Implement a client that render the background
# Add static Game objects to client
# Add dynamic game objects to client
# Allow player to send actions
# Code actions on server
## Move
## Chat
## Attack
## Change zone
# Code actions in client
# Add proper animations for actions

Revision as of 20:03, 4 February 2005

This documents wants to be a guide to understand what are stendhal's objetives and motivation, so we can try to achieve it in a easier way by doing only the simplest possible thing to make it work.

Goal

Our goal is to create a multiplayer game with several zones where player need to move, chat, combat for gaining experience points that will be spent on new equipment, that will be available at shops on one of the zones where the city is located.

The main point on developing stendhal is to stress-test the engine so that we can point black points and areas that need to be improved.

Roadmap

  1. Code first server logic
  2. Implement a client that render the background
  3. Add static Game objects to client
  4. Add dynamic game objects to client
  5. Allow player to send actions
  6. Code actions on server
    1. Move
    2. Chat
    3. Attack
    4. Change zone
  7. Code actions in client
  8. Add proper animations for actions