Difference between revisions of "Development:Network"
(Added LAN Game link) |
|||
Line 1: | Line 1: | ||
+ | * [[Development:Network:LAN Game|LAN Game]] - How to start up a simple server and battle each other. | ||
+ | ** If your computer is directly attached to the network or you have a router/firewall, you can set it up to allow others to connect to your server. | ||
+ | |||
Networking documentation goes here: | Networking documentation goes here: | ||
* [[Development:Network:Packet format|Packet format]] - What we have implemented so far. | * [[Development:Network:Packet format|Packet format]] - What we have implemented so far. |
Revision as of 09:15, 19 August 2007
- LAN Game - How to start up a simple server and battle each other.
- If your computer is directly attached to the network or you have a router/firewall, you can set it up to allow others to connect to your server.
Networking documentation goes here:
- Packet format - What we have implemented so far.
- Todo - What still needs to be done.
- Implentation status.
- Testing - Testing the network code.
- Reporting Deathmatch Problems - Bugs with our current deathmatch server
There's still a lot to do.