Skip to content

Instantly share code, notes, and snippets.

@fu-sen
Last active April 19, 2025 02:34
Show Gist options
  • Save fu-sen/34e7f942cef7831910baa89ac4d906b2 to your computer and use it in GitHub Desktop.
Save fu-sen/34e7f942cef7831910baa89ac4d906b2 to your computer and use it in GitHub Desktop.
風船 balloons - SHARP POCKET COMPUTER PC-E200/G series BASIC https://poke-com.jimdofree.com/basic-%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%A0/
1 ' Balloons | SHARP POCKET COMPUTER PC-E200 / G series BASIC
2 ' Copyright (c) 2025 BALLOON | FU-SEN
3 ' The MIT License (MIT) - https://mit.balloon.net.eu.org/#2025
100 CLS
110 R= RND 24-1
120 LOCATE R,3
130 PRINT CHR$ (236)
140 WAIT 3
150 PRINT
160 LOCATE R,3
170 PRINT "l"
180 GOTO 110
@fu-sen
Copy link
Author

fu-sen commented Jan 23, 2025

balloons-e200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment