SharpKonquest






4.09/5 (6 votes)
.NET game like Linux Konquest, with online battles mode and much more

Introduction
This is an online game based in the famous Linux game Konquest. The text in the game is in Spanish, but it's easy to translate to other languages.
Using the Code
The game uses a lot of different components, custom controls, and classes. For online communication, it uses a special class for sending and receiving commands, that compresses the data into LZMA format (see here). The program uses the ReflectionPicture
that I made, and some controls like the Office2007 StatusStrip
by Tenschman or Office2007 Renderer
by Phil Wright. It also uses some code from CodeProject articles for the Vista-Style controls.
There are two principal components:
- The client, SharpKonquest.exe
- The server, Servidor.exe
An instance of the server needs to be open for playing a game.
For online game, the game uses the 4444 port that needs to be open for play.
History
- Version 2.2: Added multi-language support
- Version 2.1: Added chat and some bugs fixed
- Version 2: New version, completely re-programmed, with new functions like online games, statistics and new interface
- Version 1: First version, without online capabilities