Adits First Game
A classic terminal mission where the computer hides a secret number and sends hints.
secret = 7
guess = int(input("Guess: "))
print("You found it!" if guess == secret else "Try again")
Mission control for code and stories
Welcome aboard Adit Space: a growing orbit of early Python programs, story worlds, game ideas, and experiments.
Flight deck
A classic terminal mission where the computer hides a secret number and sends hints.
secret = 7
guess = int(input("Guess: "))
print("You found it!" if guess == secret else "Try again")
A tiny program that mixes characters, places, and surprises into fresh story coordinates.
characters = ["wizard", "robot", "detective"]
places = ["moon base", "library", "forest"]
print(f"A {characters[1]} in a {places[0]}")
A story of how a group of kids make a group that's for more than the present.
The Right Arm StorySignal archive
Sci-fi - Action - Magic
The story about a boy named Mark who created a group not deticated to the present, but to the future.
The Right Arm StoryPoem signal
A poem can live here with line breaks, rhythm, and the odd little sparks that make it sound like him.
Captain's log
A simple place to write about what was tricky, what finally clicked, and what he wants to try next.
About
This site is for showing code and stories that hopefully spark your inner imagination and creativity.
Keep personal details private. Publish first name only, avoid school/location details, and review comments or contact links before adding them.