cb-hackers / NetMatch

The best shooter ever made (with CoolBasic)
http://netmatch.vesq.org
9 stars 6 forks source link

NetMatch - The End

NetMatch is a multiplayer online DeathMatch-game. There are weapons available with differences in characteristics: Double hand guns, a sub-machine gun (SMG), bazooka, shotgun, grenade launcher and chainsaw. You can collect extra ammo and medical kits from the field to be more efficient on the battle field. Only the pistols carry infinite ammunition.

NetMatch also features Team DeathMatch mode where players are separated to two teams, green and red, which fight against the other.

The ranking of players is based on kill/death -ratio. Plenty of kills and few deaths will place the player on a higher position in the statistics.

In addition to human players, computer controlled AI-characters are found on the field.

How to compile

Just run the compile_it_magically.bat batch-file and it will handle all compiling, and it will start the game for you, too. You can give one parameter to the batch-file indicating the name of the generated .exe-file, without the .exe file extension.

If the batch-file destroys your computer, too bad. The software is provided "as-is", without any express or implied warranty.

How to compile manually

To build this you need to get CoolBasic and change the compiler to the one in this repository. If the modded CBCompiler destroys your computer, too bad. The software is provided "as-is", without any express or implied warranty. The file that you need to build is cb_source\Netmatch_TheEnd.cb. Build it to the root of this project.

Please note that you also need to build yourself a NetMatch.dat-file from the media-files. Instructions are found in here: media/README.md

Coding conventions