SuperTuxKart

SuperTuxKart 是一款 3D 开源的街机赛车游戏,有各种角色、赛道和游戏模式。它专注于乐趣,而不是现实中的卡丁车物理学。「SuperTuxKart is a 3D open-source arcade racer with a variety characters, tracks, and modes to play. It focuses on fun and not on realistic kart physics.

  • Owner: supertuxkart/stk-code
  • Platform: Android, Linux, Mac, Windows
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Karts,Nitro,行动! SuperTuxKart 是一个 3D 开源的卡丁车赛车游戏,具有各种人物,轨道和模式来玩。 我们的目标是创造一个比现实更有趣的游戏,并为所有年龄提供愉快的体验。

在故事模式下,你必须面对邪恶的诺洛克,打败他,以使吉祥物王国再次安全! 你可以自己对抗计算机,参加几个大奖赛竞争,或尝试在时间试验模式以最快的时间击败你。 你也可以在一台电脑上与多达四个朋友比赛,或在多人游戏场战斗。 网络多人模式目前正在开发中。

硬件要求
推荐的
  • GPU:NVIDIA GeForce 660 GTX或AMD Radeon HD 7870系列卡或更高
  • CPU:Intel Core I7或AMD处理器,3.07 GHz或更快。
  • 至少2 GB VRAM(视频内存)。
  • 至少4 GB的RAM
  • 磁盘空间:700MB
最低(使用这个设置游戏可能不稳定)
  • GPU:NVIDIA GeForce 470 GTX,AMD Radeon 6870 HD系列卡或或Intel HD Graphics 3000
  • CPU:Intel Core I5或AMD处理器,2.8 GHz或更快。
  • 至少1 GB VRAM(视频内存)。
  • 至少3 GB的RAM
  • 磁盘空间:700MB
可选的
  • (如果您喜欢使用操纵杆)至少有6个按钮的操纵杆。

Main metrics

Overview
Name With Ownersupertuxkart/stk-code
Primary LanguageC++
Program languageCMake (Language Count: 18)
PlatformAndroid, Linux, Mac, Windows
License:Other
所有者活动
Created At2014-01-15 00:28:54
Pushed At2025-07-19 17:53:01
Last Commit At2025-07-19 19:50:07
Release Count30
Last Release Name1.5-rc1 (Posted on 2025-05-27 20:50:43)
First Release Namev0.1 (Posted on 2014-04-22 11:50:44)
用户参与
Stargazers Count4.8k
Watchers Count291
Fork Count1.1k
Commits Count23.7k
Has Issues Enabled
Issues Count4297
Issue Open Count464
Pull Requests Count808
Pull Requests Open Count8
Pull Requests Close Count320
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

SuperTuxKart

Build Status
AppVeyor Build Status
#supertuxkart on the freenode 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.

Hardware Requirements

To run SuperTuxKart, make sure that your computer's specifications are equal or higher than the following specifications:

  • A graphics card capable of 3D rendering - NVIDIA GeForce 8 series and newer (GeForce 8100 or newer), AMD/ATI Radeon HD 4000 series and newer, Intel HD Graphics 3000 and newer. OpenGL >= 3.3
  • You should have a CPU that's running at 1 GHz or faster.
  • You'll need at least 512 MB of free VRAM (video memory).
  • Minimum disk space: 800 MB
  • Ideally, you'll want a joystick with at least 6 buttons.

License

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. Information about the licenses for the artwork is contained in data/licenses.


3D coordinates

A reminder for those who are looking at the code and 3D models:

SuperTuxKart: X right, Y up, Z forwards

Blender: X right, Y forwards, Z up

The export utilities perform the needed transformation, so in Blender you just work with the XY plane as ground, and things will appear fine in STK (using XZ as ground in the code, obviously).

Building from source

Building instructions can be found in INSTALL.md