export interface TitleProps { setReady: (ready: boolean) => void; } export const Title = ({ setReady }: TitleProps) => { return (
a game based on the lambda calculus