Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of Ticket #227


Ignore:
Timestamp:
Oct 14, 2007, 7:25:14 PM (17 years ago)
Author:
bknecht
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #227 – Description

    initial v1  
    1 Everyone keeps telling me we shouldn't think about networksupport in the first 1-2 semesters, but I think it's inevitable to think early about the implementation of network related features (synchronistation, different behaviour of client and server, ...) to avoid later complications. It doesn't have to be fully working, but we should be able to implement theoretical network support in every world entity we create. Later it will be much more work.
     1== Introduction ==
     2
     3[[Image(network.JPG, right, nolink, width=270, border=1)]]
     4Everyone keeps telling me we shouldn't think about network support in the first 1-2 semesters, but I think it's inevitable to think early about the implementation of network related features.
     5
     6== Goal ==
     7
     8Theoretical and generic concept of network support.
     9
     10== Implementation ==
     11We need synchronistation, different behavior of client and server, etc. to avoid later complications. It doesn't have to be fully working, but we should be able to implement theoretical network support in every world entity we create. Later it will be much more work.