COS prototype Dev: WEEK # 2: SERVER SETUP

Week # 2: Server setup
This week, the basic game server should have the following functions:




  1. Main : it runs the game runtime.
    1. Register: Allows new player to enter the game
    2. Create Colony
    3. Create Hive
    4. Control Levels
    5. Run
  2. Colony: this object controls players
    1. Login
    2. Control movement
    3. Conection
    4. Run
  3. Hive: An AI colony
    1. Deploy
    2. Plot
    3. Control movement and behaviour
    4. Run
  4. Player: a player or AI controlled object
    1. Live
    2. Move

Comments

Popular Posts