lade...
random avatar

zxspectrumbot - Network

Posts Subscribe

Hello!I'm a ZX Spectrum bot. Toot code with hashtag zxspectrumbot and I'll reply with a...

https://mastodon.cloud/@zxspectr...

Hello!

I'm a ZX Spectrum bot. Toot code with hashtag zxspectrumbot and I'll reply with a video.

info:

papa-robot.xyz/home/zx-spectru

22.6.2023 21:42Hello!I'm a ZX Spectrum bot. Toot code with hashtag zxspectrumbot and I'll reply with a...
https://mastodon.cloud/@zxspectr...

Acceleration X2-10 works now !some caveats:Audio will be removedMedia is posted as GIF in mastodon.but we can make lean mean fractals now !

https://mastodon.cloud/@zxspectr...

Acceleration X2-10 works now !

some caveats:

Audio will be removed
Media is posted as GIF in mastodon.

but we can make lean mean fractals now !

27.5.2023 19:29Acceleration X2-10 works now !some caveats:Audio will be removedMedia is posted as GIF in mastodon.but we can make lean mean fractals now !
https://mastodon.cloud/@zxspectr...

@zxspectrumbot ran @zxspectrumbot 's code and obtained:

https://mastodon.cloud/@zxspectr...

@zxspectrumbot ran @zxspectrumbot 's code and obtained:

3.2.2023 17:09@zxspectrumbot ran @zxspectrumbot 's code and obtained:
https://mastodon.cloud/@zxspectr...

#zxspectrumbot {Z}paper 0:ink 6:clsfor i=0 to 50 step 5circle 128,96,inext i

https://mastodon.cloud/@zxspectr...

{Z}
paper 0:ink 6:cls
for i=0 to 50 step 5
circle 128,96,i
next i

3.2.2023 17:07#zxspectrumbot {Z}paper 0:ink 6:clsfor i=0 to 50 step 5circle 128,96,inext i
https://mastodon.cloud/@zxspectr...

@zxspectrumbot ran @zxspectrumbot 's code and obtained:

https://mastodon.cloud/@zxspectr...

@zxspectrumbot ran @zxspectrumbot 's code and obtained:

3.2.2023 17:06@zxspectrumbot ran @zxspectrumbot 's code and obtained:
https://mastodon.cloud/@zxspectr...

#zxspectrumbot {Z}paper 0:ink6:clsfor i=0 to 50 step 5circle 128,96,inext i

https://mastodon.cloud/@zxspectr...

{Z}
paper 0:ink6:cls
for i=0 to 50 step 5
circle 128,96,i
next i

3.2.2023 17:04#zxspectrumbot {Z}paper 0:ink6:clsfor i=0 to 50 step 5circle 128,96,inext i
https://mastodon.cloud/@zxspectr...

https://mastodon.cloud/@zxspectr...

13.1.2023 19:49
https://mastodon.cloud/@zxspectr...

Now Debug is on by default !Remember to use hashtag. # zxspectrumbotfor running the code.Mentions are for the human behind this to read.

https://mastodon.cloud/@zxspectr...

Now Debug is on by default !

Remember to use hashtag.
# zxspectrumbot
for running the code.

Mentions are for the human behind this to read.

5.1.2023 17:01Now Debug is on by default !Remember to use hashtag. # zxspectrumbotfor running the code.Mentions are for the human behind this to read.
https://mastodon.cloud/@zxspectr...

ERROR in line 30, statement 1 - Expected keyword but got "M"

https://mastodon.cloud/@zxspectr...

ERROR in line 30, statement 1 - Expected keyword but got "M"

5.1.2023 16:59ERROR in line 30, statement 1 - Expected keyword but got "M"
https://mastodon.cloud/@zxspectr...

#zxspectrumbot {D}10 REM Testing debug, broken bc mode20 REM Set up the screen30 MODE 140 PRINT "Bouncing Ball"50 PRINT...

https://mastodon.cloud/@zxspectr...

{D}
10 REM Testing debug, broken bc mode
20 REM Set up the screen
30 MODE 1
40 PRINT "Bouncing Ball"
50 PRINT "Press any key to start"
60 PAUSE 0
70 REM Set up the ball's starting position and velocity
80 x = 40
90 y = 10
100 vx = 1
110 vy = 1
120 REM Set up the loop to move and draw the ball
130 FOR t = 1 TO 10000
140 x = x + vx
150 y = y + vy
160 IF x < 0 OR x > 79 THEN vx = -vx
170 IF y < 0 OR y > 23 THEN vy = -vy
180 DRAW x, y
190 PAUSE 0
200 NEXT t

5.1.2023 16:57#zxspectrumbot {D}10 REM Testing debug, broken bc mode20 REM Set up the screen30 MODE 140 PRINT "Bouncing Ball"50 PRINT...
https://mastodon.cloud/@zxspectr...

Hello. I’m a Sinclair zx spectrum bot.Write a toot with hashtag zxspectrumbot and I’ll run the code.{Z} directive for using Boriel...

https://mastodon.cloud/@zxspectr...

Hello. I’m a Sinclair zx spectrum bot.
Write a toot with hashtag zxspectrumbot and I’ll run the code.
{Z} directive for using Boriel zxbasic
Default is Sinclair basic (uppercase commands, GO TO )

15.12.2022 07:05Hello. I’m a Sinclair zx spectrum bot.Write a toot with hashtag zxspectrumbot and I’ll run the code.{Z} directive for using Boriel...
https://mastodon.cloud/@zxspectr...

@zxspectrumbot ran @zxspectrumbot 's code and obtained:

https://mastodon.cloud/@zxspectr...

@zxspectrumbot ran @zxspectrumbot 's code and obtained:

8.12.2022 01:08@zxspectrumbot ran @zxspectrumbot 's code and obtained:
https://mastodon.cloud/@zxspectr...

#zxspectrumbot {+}10 PRINT "Hello, I'm a Plus ! ";20 GO TO 10

https://mastodon.cloud/@zxspectr...

{+}
10 PRINT "Hello, I'm a Plus ! ";
20 GO TO 10

8.12.2022 01:07#zxspectrumbot {+}10 PRINT "Hello, I'm a Plus ! ";20 GO TO 10
https://mastodon.cloud/@zxspectr...

Code by Paul Malin

https://mastodon.cloud/@zxspectr...

Code by Paul Malin

4.12.2022 03:58Code by Paul Malin
https://mastodon.cloud/@zxspectr...

@zxspectrumbot ran @zxspectrumbot 's code and obtained:

https://mastodon.cloud/@zxspectr...

@zxspectrumbot ran @zxspectrumbot 's code and obtained:

4.12.2022 03:56@zxspectrumbot ran @zxspectrumbot 's code and obtained:
https://mastodon.cloud/@zxspectr...

...

https://mastodon.cloud/@zxspectr...


gist.githubusercontent.com/pma

4.12.2022 03:54...
https://mastodon.cloud/@zxspectr...

@zxspectrumbot ran @zxspectrumbot 's code and obtained:

https://mastodon.cloud/@zxspectr...

@zxspectrumbot ran @zxspectrumbot 's code and obtained:

4.12.2022 03:49@zxspectrumbot ran @zxspectrumbot 's code and obtained:
https://mastodon.cloud/@zxspectr...

#zxspectrumbot {S30B99}
10 REM 
20 PAPER 0: BORDER 0: BRIGHT 1: CLS
30 LET x=160*RND
40 LET y=140*RND
50 LET v=INT (3*RND)
60...

https://mastodon.cloud/@zxspectr...

{S30B99}
10 REM 
20 PAPER 0: BORDER 0: BRIGHT 1: CLS
30 LET x=160*RND
40 LET y=140*RND
50 LET v=INT (3*RND)
60 LET x=x/2: LET y=y/2
70 IF v=0 THEN LET x=x+40: LET y=y+70: GO TO 90
80 IF v=1 THEN LET x=x+80
90 PLOT INK 6-v;47+x,157-y
100 GO TO 50

4.12.2022 03:47#zxspectrumbot {S30B99}
10 REM 
20 PAPER 0: BORDER 0: BRIGHT 1: CLS
30 LET x=160*RND
40 LET y=140*RND
50 LET v=INT (3*RND)
60...
https://mastodon.cloud/@zxspectr...

@zxspectrumbot ran @zxspectrumbot 's code and obtained:

https://mastodon.cloud/@zxspectr...

@zxspectrumbot ran @zxspectrumbot 's code and obtained:

4.12.2022 03:45@zxspectrumbot ran @zxspectrumbot 's code and obtained:
https://mastodon.cloud/@zxspectr...

#zxspectrumbot {S30B99}10 REM Sierpinski triangle, original by @8bitFractals20 PAPER 0: BORDER 0: BRIGHT 1: CLS30 LET x=160*RND40 LET...

https://mastodon.cloud/@zxspectr...

{S30B99}
10 REM Sierpinski triangle, original by @8bitFractals
20 PAPER 0: BORDER 0: BRIGHT 1: CLS
30 LET x=160*RND
40 LET y=140*RND
50 LET v=INT (3*RND)
60 LET x=x/2: LET y=y/2
70 IF v=0 THEN LET x=x+40: LET y=y+70: GO TO 90
80 IF v=1 THEN LET x=x+80
90 PLOT INK 6-v;47+x,157-y
100 GO TO 50

4.12.2022 03:42#zxspectrumbot {S30B99}10 REM Sierpinski triangle, original by @8bitFractals20 PAPER 0: BORDER 0: BRIGHT 1: CLS30 LET x=160*RND40 LET...
https://mastodon.cloud/@zxspectr...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members