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.

  • 所有者: supertuxkart/stk-code
  • 平台: Android, Linux, Mac, Windows
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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个按钮的操纵杆。

主要指标

概览
名称与所有者supertuxkart/stk-code
主编程语言C++
编程语言CMake (语言数: 18)
平台Android, Linux, Mac, Windows
许可证Other
所有者活动
创建于2014-01-15 00:28:54
推送于2025-07-19 17:53:01
最后一次提交2025-07-19 19:50:07
发布数30
最新版本名称1.5-rc1 (发布于 2025-05-27 20:50:43)
第一版名称v0.1 (发布于 2014-04-22 11:50:44)
用户参与
星数4.8k
关注者数291
派生数1.1k
提交数23.7k
已启用问题?
问题数4297
打开的问题数464
拉请求数808
打开的拉请求数8
关闭的拉请求数320
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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