Mission control for code and stories

Launchpad for small ideas.

Welcome aboard Adit Space: a growing orbit of early Python programs, story worlds, game ideas, and experiments.

Code Python scripts, puzzles, helpers, and tiny games.
Imagination Stories, ideas and signal flares of imagination.
Orbit A timeline of learning, experiments, fixes, and wins.

Flight deck

Coding Platform

Python Mission 01

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")
Python Mission 02

Story Generator

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]}")

The Right Arm

A story of how a group of kids make a group that's for more than the present.

The Right Arm Story

Signal archive

Story Platform

Sci-fi - Action - Magic

The Right Arm

The story about a boy named Mark who created a group not deticated to the present, but to the future.

The Right Arm Story

Poem signal

Debugging the Moon

A poem can live here with line breaks, rhythm, and the odd little sparks that make it sound like him.

Captain's log

What I Learned This Orbit

A simple place to write about what was tricky, what finally clicked, and what he wants to try next.

About

Piloted by a young maker.

This site is for showing code and stories that hopefully spark your inner imagination and creativity.

Parent note

Keep personal details private. Publish first name only, avoid school/location details, and review comments or contact links before adding them.