Skip to content
Eric Froemling edited this page Dec 2, 2022 · 28 revisions

Here you can learn about how to tweak the game or add your own mini-games, characters, maps, etc.

Once you've gone through this guide, hop on the official Discord Server and meet some fellow community members and modders (and myself) and learn more.

What you’ll need:

  • BombSquad version 1.7.14 or newer (the version number is visible at the bottom right of the screen when you launch the game). See the downloads page if you are out of date.

  • Python scripting knowledge. BombSquad’s game logic is written in Python, so you’ll need to be familiar with the language. It’s pretty nifty and useful outside of the game too; go to python.org to learn about it.

Episode 1: Hello World
Episode 2: Creating a Plugin