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




); };