Skip to content

Commit

Permalink
reimplement dino game from old new tikweb
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSiidorow committed Feb 1, 2024
1 parent 0752f83 commit 955c58f
Show file tree
Hide file tree
Showing 8 changed files with 645 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/src/app/[lang]/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import { Button } from "@tietokilta/ui";
import Link from "next/link";
import { DinoGame } from "../../components/dino-game";

export const metadata = {
title: "404 - Sivua ei löytynyt",
Expand All @@ -26,6 +27,7 @@ function Page() {
<Button asChild variant="link">
<Link href="/">Etusivulle</Link>
</Button>
<DinoGame />
</div>
</main>
);
Expand Down
3 changes: 3 additions & 0 deletions apps/web/src/assets/DinoGame/Error.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/web/src/assets/DinoGame/Restart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions apps/web/src/assets/DinoGame/Stand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
169 changes: 169 additions & 0 deletions apps/web/src/assets/DinoGame/Taxi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions apps/web/src/assets/DinoGame/Walk1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions apps/web/src/assets/DinoGame/Walk2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 955c58f

Please sign in to comment.