export interface TitleProps { setReady: (ready: boolean) => void; } export const Title = ({ setReady }: TitleProps) => { return (
a game based on the lambda calculus
engine{" "} from scratch
WASD/arrow keys to move, space/enter to interact after highlighting with the mouse