diff --git a/app/routes/Home.tsx b/app/routes/Home.tsx index f79dfab..246292a 100644 --- a/app/routes/Home.tsx +++ b/app/routes/Home.tsx @@ -53,8 +53,9 @@ const games: GameLink[] = [ }, { name: "Pac Man", - description: "Jogue Pac Man", - image: "", + description: + "Jogue Pac Man com fantasmas controlados por IA ou veja um algoritmo de IA contra outros!", + image: "/PacMan/Pacman.png", url: "/games/pacman", }, ]; diff --git a/public/PacMan/Pacman.png b/public/PacMan/Pacman.png new file mode 100644 index 0000000..184d34e Binary files /dev/null and b/public/PacMan/Pacman.png differ