export interface TitleProps { setReady: (ready: boolean) => void; } export const Title = ({ setReady }: TitleProps) => { return (

the abstraction engine

a game based on the lambda calculus

engine{" "} from scratch


WASD/arrow keys to move. SPACE/ENTER to interact after highlighting with the mouse.




); };