computer item 'almost' workign

This commit is contained in:
minjaesong
2021-12-03 20:19:34 +09:00
parent f456ed3de3
commit 4a4290dc35
21 changed files with 585 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
10 print("Polling...")
50 for i=0 to 160*140-1
63 poke(-1048576-i,int(rnd(1)*16))
70 next
80 goto 10