Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Releases: anon-noob/mothballapp

Some secret changes

15 May 20:14
9c78730

Choose a tag to compare

What's New?

  • Updated settings page
  • faster loading for text cells
  • What's that new thing on the menu? MINIGAMES!?
  • Contrast mode for minigames

Update: Got rid of matplotlib library so its a little faster + lighter

You asked it! And it's finally here! New `taps` function

25 Apr 16:21
402fe55

Choose a tag to compare

What's new

A few things

NEW taps Function

  • Tired of doing r(sn st(10), 3)? Condense this into taps(sn,3).
  • taps simulates movement and waits for the player to stop in between each simulation
  • Supports ground taps
  • Supports air taps. To be safe, you should write out all air ticks, for example taps(sa) is not the same as taps(sa sta(10))
  • Supports taps w/ modifiers. Taps in water? taps(sprint[water]). It will apply modifiers from the last movement function.
  • For convenience, sneak delay is toggled OFF while inside taps(), but you can explicitly toggle it on inside taps()
  • Syntax: taps(seq1 [, count1], seq2 [, count2], ...) where seq is the movement and count is how many times the corresponding sequence is executed

Other fixes

  • Fixed Ctrl-R only executing the bottom most cell
  • Fixed an infinite loop bug when rendering/editing markdown text cells
  • Documentation updated to reflect on the new taps function as well as new stop functions
  • Added sneakstop, sneakstopair, and sneakstopjump for the convenience of some 1.14+ simulations.

More movement addons!

21 Apr 14:11
5e778ed

Choose a tag to compare

What's new

  • Added ladder modifier (alias ld and vine) to simulate ladder movement
  • Updated documentation to account for this change

This means you can now find triple shift ladder neos (please don't)

The Strathiding Ends NOW!

18 Apr 11:46
7692800

Choose a tag to compare

More balling to keep on Rolling

New update wtf how!?!?!?

What's new

  • Syntax changed, added movement modifiers (water, lava, web, block) which are used in conjunction with normal movement functions. The syntax is movement.inputs[modifiers](arguments)
  • Documentation has changed (and drastically shortened) to reflect this change
  • You can now type custom formatted markdown text in your notebooks (kinda)

ISSUES with linux: gui looks weird, doesn't rescale properly, the help pages have a collapsed treeview widget