Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / C#

SharpKonquest

4.09/5 (6 votes)
23 Jun 2007CPOL 1   1K  
.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

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)