BOUNCE.janet
A downloadable game for Windows
This is my 2025 Spring Lisp Game Jam submission. It's more like a silly toy rather than a game though. It needs Jwno, which is bundled in the zip archive for your convenience.
How To Run It
Bounce.janet.zip contains everything you need.
The bounce_v3.janet script can work in two ways:
1. Standalone:
Just drag-n-drop bounce_v3.janet onto jwno.exe to launch it, then press Win + Enter when you're bored. Press Win + P to pause it, and Win + Q to quit.
2. Imported as a module:
If you're already using Jwno, you can save bounce_v3.janet alongside your own config, then do these:
(import bounce_v3 :as bounce) # To start bouncing: (bounce/start jwno/context) # To start bouncing with FIBERS: (bounce/start jwno/context :fiber) # To poke at it: (bounce/poke) # To pause it: (bounce/toggle-pause) # And, to stop it: (bounce/stop)
Moreover, you can right-click on Jwno's system tray icon, and select Launch REPL, to mess with the internal states, and control individual windows.
License
Bounce.janet, Jwno's source code and their dependencies are MIT-licensed. See the licenses directory in the zip archive for details. All rights to Jwno's logo are reserved by the author.
Hashes (SHA256)
bounce.janet.zip: 43e0a597bf91d5dbcc4d9714453e2e6cf97354bcdbb27da72072ac11dd2278e8 bounce.janet: c2b4dd31b432d8e13f5d4a87a3f22cbe2efb5dd7fb2522f647ae087622ac0030 bounce_v2.janet: c2512d5a81a2607e34ec63e7c5fdcc748d9a93562de7755349326ecaae3b6636 bounce_v3.janet: 3a1e16a13e9a285cff311e9501907b9f2497b4b2d63c7de5a8745d83ec121043 jwno.exe: ebb44800af58e09d9a67013a9dc02564011d51a2a250abfbbdaff420cfcc23ef
Leave a comment
Log in with itch.io to leave a comment.