65.9K
CodeProject is changing. Read more.
Home

SharpKonquest

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.09/5 (6 votes)

Jun 23, 2007

CPOL
viewsIcon

44882

downloadIcon

1012

.NET game like Linux Konquest, with online battles mode and much more

Screenshot - image.png

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:

  1. The client, SharpKonquest.exe
  2. 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