Things I've made

Three things - a short story that placed in competition, a fantasy world still under construction, and a board game built from scratch. More to come.

Fiction 2026

Blind Tracks

A fantasy short story. Taren - a "Null", someone born without the ability to use the Dream - defies his chief's orders to search for a missing convoy member alone in a crimson storm. The story explores what it means to be powerless in a world built around power, and how that absence becomes its own kind of strength.

Third place, University of Cyprus Student Club Literary Competition 2026.

Read the story

Creative · WIP Ongoing
Zeton - two moons over a barren landscape

Zeton

An original fantasy world built from scratch - not adapted from existing fiction, not borrowing established settings. The mythology, geography, history, magic system, species, and internal logic of this world are being developed with the intention of writing a full novel set inside it. Blind Tracks is the first published piece set here.

What it shows: long-term creative ambition, original thinking, worldbuilding discipline.

Learn more

Java · Software 2026

Gomoku

A fully playable implementation of Gomoku - the Japanese five-in-a-row strategy game - built as first-year Computer Science coursework. Three play modes: Human vs Human, Human vs Computer, and Computer vs Computer. Includes an AI strategy, board rendering, and a full suite of JUnit unit tests.

What it shows: object-oriented design, AI logic, unit testing, clean code documentation. First-year coursework - included because it is complete, functional, and demonstrates structured thinking.

See the project