A fun idle game for NumWorks
- Basic clicker mechanic
- Cool circle that shrinks when you click
- Shop items that help you earn more points
- Golden touch - random thing that asks you to press on a random button to have a random amount of points :)
- Go to https://my.numworks.com/python/skue/numclick or https://my.numworks.com/python/skue/numclickmini (shorter, but unreadable)
- Click on "Send to my calculator"
Your calculator must be connected, and you must use a Chromium-based browser
- Done !
- Download the script from releases (stable) or from the repo files (unstable)
In the releases, there's a numclickmini.py file. It's the script, but less big. It's not good for dev because it's unredeable
- Go to https://my.numworks.com/python/
- Click on My scripts, then New Script
- Open the script you just downloaded with a text editor and copy everything
- Paste the code in the NumWorks editor
- Add a name
- Click on "Send to my calculator"
Your calculator must be connected, and you must use a Chromium-based browser.
- Done !
- OK to click
- UP and DOWN to navigate the shop
- EXE to buy
- Copy the repo :
git clone https://github.com/skueee/numclick
- Open the numclick.py script with any editor you want. I personally use VSCode.
If you want an emulator, you can use this extension with VSCode, or the online emulator. Note that it can be a bit laggy.
- When you're done, just run the script on your calculator (see Executing section)
- If you want to contribute, you can check the contributing guide
-
Shop items give points too slowly in emulator
This happens because ticks run slower on emulators than physical calculators. Reduce the tick threshold in the main loop if it feels too slow.
Feel free to open an issue if you encounter any problem, or to open a pull request if you know how to fix it (check the contributing guide)
This repo is lecensed under a MIT licence