Difference between revisions of "Stratos/Framework"
From Linuxnetworks
< Stratos
(initial) |
m (Stratos - Framework moved to Stratos/Framework) |
(No difference)
| |
Revision as of 16:47, 17 May 2007
General
- strategy game
- round based
- modular structure
- exchangeable ruleset
- up to 32 player per game
- playable over the internet
- ranking list
- chat room
Implementation
- server: Linux/C++
- client: Java
Network
- use of TCP/IP
- direct connection to the server (alternative: play by mail)
- IPv4/IPv6 support
- connection only to a predefined port
- XML based protocol
- secure authentication
- load balancing capabilities
Storage
- XML trees
- rules
- units
- etc.
- database (alternative: file)
- user
- password
- ranking
User interface
- exchangeable skins
- exchangeable sound and graphic sets
- window or fullscreen
- sound format: Ogg Vorbis
- graphic formats: JPEG, PNG
- video format: MPEG2
Maps
- hex or square maps
- minimum length and height: 2
- maximum length and height: 256
- otherwise no restrictions
Back to Overview