SneezingCactus / gmmaker

A bonk.io mod that lets you create your own game modes using JavaScript code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gmmaker-banner

⚠️⚠️⚠️ Game Mode Maker has reached end of support and the repository has been archived. The latest version of the mod will keep working until a future bonk.io update breaks it.


A bonk.io mod that lets you create your own game modes using Scratch-like blocks or with JavaScript code.

Other links:

Wiki (Unfinished)

Documentation

Game Mode Maker's Discord server

Bonk.io Modding Discord server


Building

Ignore this if you just want to download the mod.

  1. Install Node.js (v16.3.0 or later)
  2. Run npm ci to install npm dependecies.
  3. Run npm run build.
  4. Either:
    • Run npm run test to open a temporary browser session with the extension.
    • Run npm run build-extension to build the zip file. The file will be in web-ext-artifacts.

About

A bonk.io mod that lets you create your own game modes using JavaScript code.

License:MIT License


Languages

Language:JavaScript 96.6%Language:CSS 2.0%Language:HTML 1.5%