Want to try out our examples? Here's how.
- Copy the code of your choice and save it as a bookmark.
- Paste it in the URL section.
- To activate, click the bookmark when the game's open.
This mod provides an example on how to create a new building with upgrades, achievements, and auras. Sprites by "Bt Y#0895".
javascript: Game.LoadMod(
"https://rawcdn.githack.com/Cppkies-Team/examples/a0ebd13fa3335000be9a7c6760f848ca344dd97b/dist/ThinkTank.js"
)
This mod provides an example on how to create a new tier with upgrades, achievements. Sprites by "Kyleptune#6345"
javascript: Game.LoadMod(
"https://rawcdn.githack.com/Cppkies-Team/examples/a0ebd13fa3335000be9a7c6760f848ca344dd97b/dist/SaffronyxTier.js"
)