Go to file
2026-08-03 20:33:40 +03:00
godot Add possibility for alternate team colors 2026-08-03 20:33:40 +03:00
itch Add gif1.gif 2026-07-31 01:05:08 +03:00
rust Add possibility for alternate team colors 2026-08-03 20:33:40 +03:00
teanet-rust@22b08b78dd Add identifier to network_manager 2026-07-28 21:24:04 +03:00
.editorconfig Set up directory structure 2026-07-15 18:17:25 +03:00
.gitattributes Set up directory structure 2026-07-15 18:17:25 +03:00
.gitignore Work on two_towers, decrease speed to 7 2026-07-27 00:12:54 +03:00
.gitmodules Add submodule for sfx 2026-07-24 15:46:15 +03:00
Cargo.lock Rename rust project 2026-07-30 19:46:51 +03:00
Cargo.toml Add teanet-rust 2026-07-15 21:44:46 +03:00
credits.toml Add specific link to torment textures 2026-07-31 00:00:07 +03:00
README.md Add readme 2026-07-31 00:15:22 +03:00

SkullBall

SkullBall is a boomer-shooter with the additional flavour of American Football in the sense that in the middle of the map there is a ball which you must carry to the opposing team's goal in order to win.

In SkullBall additionally you have two weapons: The reliable Raygun, and the Shotgun. No other weapons are planned at the moment. Additionally you're able to punch with melee, and throw a telegrenade, which teleports you to the place where it collided (or where it was when you re-activated the telegrenade using the same button).

Itch.io

Pre-built binaries for running this game directly can be bought from itch.io, but you are free to compile this project yourself if you really want a free copy.

Compiling

As mentioned above, you're free to compile this project yourself if you want, although purchases at the itch.io page are greatly appreciated!

Some dependencies for building this project are:

  • Rust Compiler 1.97 or higher
  • Godot 4.7 or higher

Then in order to compile the project you will need some additional assets for sound effects, which are not included in this repository due to some of them having licensing restrictions to redistribute them as-is. These are not absolutely necessary, but should be placed under godot/raw_assets/sfx.

Finally, in order to compile this project:

  1. Enter the project root folder
  2. Run cargo build --release
  3. Open the project in Godot
  4. Build!

Credits

SkullBall was developed by Teascade, with neon doing level design.

Many assets have also been used externally, credits for which can be found in credits.toml (or in-game via the Credits-menu).