Last active
April 19, 2025 02:19
-
-
Save fu-sen/ed1c2e2a764a54ac52133372d6763c1a to your computer and use it in GitHub Desktop.
風船 Balloons | ruby4ij https://15jamrecipe.jimdofree.com/basic/%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%A0/%E9%A2%A8%E8%88%B9/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Balloons | ruby4ij | |
| # Copyright (c) 2019 BALLOON | FU-SEN | |
| # The MIT License (MIT) - https://mit.balloon.net.eu.org/#2019 | |
| cls | |
| while inkey()==-1 | |
| x=rnd 31 | |
| lc x,23 | |
| p 232 | |
| wait 7 | |
| p 10 | |
| lc x,23 | |
| p 242 | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment