• 106 Posts
  • 270 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle

  • johsny@lemmy.worldtoProgrammer Humor@programming.dev"Source code file"
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    3
    ·
    1 day ago

    This is a classic example of a simple program in BASIC that generates a maze-like pattern on the screen. Let’s break it down:

    • 10 PRINT CHR$ (205.5 + RND (1)): This line prints a character to the screen. CHR$ is a function that converts a numeric value to a character. 205.5 + RND (1) generates a random number between 205.5 and 206.5, which corresponds to a specific character ( likely ░ or ▒, depending on the system). The RND (1) function generates a random number between 0 and 1.
    • 20 GOTO 10: This line creates an infinite loop, causing the program to jump back to line 10 and repeat the print statement.

    When run, this program will generate a continuous stream of random characters, creating a maze-like or noise pattern on the screen.

    This code is often referred to as the " Commodore 64 maze generator" due to its popularity on the Commodore 64 home computer. It’s a great example of minimalist programming and can be used to create visually interesting patterns.




















  • johsny@lemmy.worldtoAsk Lemmy@lemmy.worldHow to diversify my feed?
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    10 days ago

    is lemmy as a platform particularly focused on lgbtq+ Yes, in my experience. Which is fine, but as you said finding interesting communities (that are active) is a bit of a challenge.

    For me it is the American News that is overwhelming and hard to filter out completely without filtering out everything.

    PS: Voyager has some excellent filter settings.