Skip to content

kimden/stk-code

 
 

Repository files navigation

Linux build status Apple build status Windows build status Switch build status

This repository contains a modified version of SuperTuxKart (STK), mainly intended for server-side usage. Most important changes are listed here. Standard version of STK can be found here, and the changes between it and latest commits of this repo can be found here.

Important branches

  • master: contains an old but stable version, which cannot be suddenly broken by recent commits (as almost all of them are currently in command-manager-prototype branch).

  • command-manager-prototype: contains all the latest commits, starting from introduction of command manager. As there are too many commits already, it will be merged into master branch soon, but not before the long-term database structure and similar important things are defined.

  • command-manager-2x: the branch combining command-manager-prototype and BalanceSTK2, which is currently the source code of 2.X development version. This branch might not have the latest commits, its purpose is to store game results while testing 2.X version.

  • local-client: the version of client with some optimizations and edits, used by kimden. For now, this is the only branch of this repo that is really intended for client-side usage.

There are also several less important branches.


The software is released under the GNU General Public License (GPL) which can be found in the file COPYING in the same directory as this file.

Building instructions can be found in INSTALL.md.

Info on experimental anti-troll system can be found in ANTI_TROLL.md.


About SuperTuxKart

#supertuxkart on the libera IRC network

SuperTuxKart is a free kart racing game. It focuses on fun and not on realistic kart physics. Instructions can be found on the in-game help page.

The SuperTuxKart homepage can be found at https://supertuxkart.net/. There is also our FAQ and information on how get in touch with the community.

Latest release binaries can be found here, and preview release here.

About

The code base of supertuxkart

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 71.1%
  • C 21.0%
  • CMake 3.3%
  • Objective-C 2.2%
  • HTML 0.6%
  • GLSL 0.4%
  • Other 1.4%