1
0
Fork
You've already forked wasted-code
0
Wasted is a derby-destruction video game with playful visuals
  • C++ 73.4%
  • C 20.3%
  • CMake 3.5%
  • HTML 0.7%
  • GLSL 0.5%
  • Other 1.5%
2023年12月31日 11:53:07 +01:00
android fix: app name in make script, cmake script old parameter and various changes 2023年06月01日 20:30:11 +02:00
cmake Merge branch 'dev' into issue-29-proj-identity 2023年05月23日 21:06:00 +01:00
data release: 0.3.0-alpha 2023年12月31日 11:53:07 +01:00
doc initial commit 2021年11月02日 00:07:49 +01:00
lib update: changed params for timeout 2022年11月11日 21:18:40 +01:00
src fix: reset smoke particles when a car is fixed 2023年12月25日 21:55:16 +01:00
switch initial commit 2021年11月02日 00:07:49 +01:00
tools fix : #56 add new windows portable exe builder script, fix run_game.bat 2023年12月20日 19:26:20 +01: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 release: 0.3.0-alpha 2023年12月31日 11:53:07 +01:00
CMakeLists.txt fix: changed assets path to "wasted-assets" 2023年07月18日 22:23:57 +02:00
COPYING initial commit 2021年11月02日 00:07:49 +01:00
INSTALL.md fix: old install guide 2023年12月22日 17:55:16 +01:00
NETWORKING.md initial commit 2021年11月02日 00:07:49 +01:00
README.md Merge branch 'dev' into issue-29-proj-identity 2023年05月23日 21:06:00 +01:00
sources.cmake wasted source and headers make variables changed 2023年06月01日 00:12:34 +01:00
stkHelper.sh path to launch game binary fixed 2023年04月18日 19:45:36 +01:00

WASTED!

GIF

Wasted is a video game that features vehicular combat racing, developed by a cooperative of hobbyist game developers. Players engage in battle arenas where they can also use weapons or other tools to damage or destroy their opponents' 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
  • 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, 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 on matrix: https://matrix.to/#/#wasted:one.ems.host

Contributors

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

Programmers

Lead Developer - Franzbonanza

Developer -- Spongycake

Visuals

Race cars -- CrystalTheEevee


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.