diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-07 21:06:36 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-07 21:06:36 -0700 |
commit | 808a44e8542ebc7542d833e5a30b51b7fb8f80d5 (patch) | |
tree | 8351c1fd039053e64a3491b8ae8220e0584ab553 /src/components/Title.tsx | |
parent | e6e29440563e33bb67e0ad51f9fb6c5c2c3fe809 (diff) | |
download | the-abstraction-engine-808a44e8542ebc7542d833e5a30b51b7fb8f80d5.tar.gz the-abstraction-engine-808a44e8542ebc7542d833e5a30b51b7fb8f80d5.zip |
update assets
Diffstat (limited to 'src/components/Title.tsx')
-rw-r--r-- | src/components/Title.tsx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/Title.tsx b/src/components/Title.tsx index 99c7584..1736cba 100644 --- a/src/components/Title.tsx +++ b/src/components/Title.tsx @@ -7,6 +7,17 @@ export const Title = ({ setReady }: TitleProps) => { <div style={{ textAlign: "center" }}> <h1>the abstraction engine</h1> <p>a game based on the lambda calculus</p> + <p> + engine{" "} + <a + href="https://git.simponic.xyz/the-abstraction-engine" + target="_blank" + > + from scratch + </a> + </p> + <br /> + <p>WASD/arrow keys to move, space/enter to interact</p> <br /> <hr /> |