A mix of sci-fi writing and small open-source projects.
// solitaire.js
const last=a=>a[a.length-1];
const isRed=c=>c.suit==='H'||c.suit==='D';
function fits(card,col){
const t=last(col);
return t?(t.up&&t.rank===card.rank+1
&&isRed(t)!==isRed(card))
:card.rank===13;
}
const canFound=c=>
found[c.suit].length===c.rank-1;
The artist's studio had been set up in one of the estate's galleries, chosen for its afternoon light. Araeion sat in the carved chair—the carved chair, the one that had been the subject of six separate meetings between Consecra and Ilínara Prime— and tried not to fidget while the artist made preliminary sketches.
Sci-fi writer. Occasional programmer.
This is where I keep my fiction and side projects.
Click the links below to find my LinkedIn, GitHub, and Goodreads.