wastedgames/wasted-code
7
27
Fork
You've already forked wasted-code
5
Wasted is a derby-destruction video game with playful visuals https://wastedgames.codeberg.page/
  • C++ 77.2%
  • C 20.2%
  • CMake 0.5%
  • GLSL 0.5%
  • Shell 0.5%
  • Other 1.1%
2026年06月15日 22:45:51 +02:00
android fix: app name in make script, cmake script old parameter and various changes 2023年06月01日 20:30:11 +02:00
cmake del: references of wiiuse from other source files and scripts 2025年07月04日 17:25:09 +02:00
data add: release file for wasted 0.8.5-alpha 2026年06月15日 22:41:51 +02:00
doc fix: window name changed to wasted and renamed a couple of other strings 2024年05月14日 19:47:47 +02:00
lib update: integrate code from stk add resize code for screens and modals 2026年06月05日 23:57:13 +02:00
src update: integrate code from stk add resize code for screens and modals 2026年06月05日 23:57:13 +02:00
switch initial commit 2021年11月02日 00:07:49 +01:00
tools update: release script 2026年06月15日 22:45:51 +02:00
.gitignore added .gitignore 2021年11月02日 00:15:51 +01:00
Brewfile initial commit 2021年11月02日 00:07:49 +01:00
CHANGELOG.md update: changelog for new release 2026年06月15日 22:41:07 +02:00
CMakeLists.txt add: garage screen and use it for garage instead of kart selection screen 2026年06月02日 23:44:10 +02:00
COPYING initial commit 2021年11月02日 00:07:49 +01:00
INSTALL.md del: references of wiiuse from other source files and scripts 2025年07月04日 17:25:09 +02:00
NETWORKING.md initial commit 2021年11月02日 00:07:49 +01:00
README.md fix: spacing 2025年06月09日 23:51:50 +02:00
sources.cmake wasted source and headers make variables changed 2023年06月01日 00:12:34 +01:00

WASTED!

GIF

Wasted is a video game that features vehicular combat racing, developed by franzo and other developers and contributors. Players engage in battle arenas where they hit their opponents' cars to destroy vehicles.

GIF

Hardware Requirements

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

  • A graphics card capable of 3D rendering - NVIDIA GeForce 470 GTX, AMD Radeon 6870 HD series card or Intel HD Graphics 4000 and newer. OpenGL >= 3.3 (Or OpenGL 2.0 in legacy mode)
  • You should have a dual-core CPU that's running at 1 GHz or faster.
  • You'll need at least 512 MB of free VRAM (video memory).
  • System memory: 1 GB
  • Minimum disk space: 700 MB
  • Ideally, you'll want a joystick with at least 6 buttons.

Motivation

In 2021, Franzbonanza started Wasted to fill the space left by GTA Derby Destruction, a vehicle-combat mod that was unfortunately discontinued. Franz shared his ideas on gaming forums and social media platforms, and formed a loose team from around the world while building the tools for a new game. Namely: CrystalTheEevee, who added car designs, and Spongycake (former dev), who supported gameplay.

As more people joined the project in the following months, Franz then declared SuperTuxKart as the game's new base of development. Franz's reason was tied to the fact SuperTuxKart had an impressive toolset offering solid coding and testing environments. However, as a new battle mode was introduced, Wasted began to deviate from SuperTuxKart.

Wasted remains committed to open source ideals, striving to produce a high-quality game that can both meet industry standards and become a popular hit. The team's development model is publicly available, and they actively encourage others to participate in the game's making. With this level of collaboration and dedication, the Wasted team is excited to showcase their game to the world and create an unforgettable experience for all players.

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

You can try our new helper script in the folder of the game (stkHelper.sh). That would be the easiest way to compile the game and start it. Keep in mind that it's an experimental "launcher" and works only for Debian based distros currently! If you wish to do that manually you can follow the Building instructions in INSTALL.md

Reach us!

Connect with us through our matrix space: https://matrix.to/#/%23wasted%3Amatrix.org?via=matrix.org

Contributors

These are the important people whom aided in bringing the game to life.

Programmers

Lead Developer - Franzbonanza

Developer - Rampoina

Xavi - Developer

Former team developers

Developer -- Spongycake

Visuals

Race cars -- CrystalTheEevee

Tracks -- Blenderdumbass

Packaging and servers

Servers -- Madiator2011

Packaging -- MorsMortium


Special thanks to everyone working on SuperTuxKart. Their work has made our game possible. The story goes that Wasted used SuperTuxKart as a launchpad. For more details, visit supertuxkart.net.