From 6fda1eaff866f48ec007867a34f616acb45187cf Mon Sep 17 00:00:00 2001 From: Sanmeet Singh Date: Thu, 23 May 2024 19:30:04 +0530 Subject: [PATCH] Update readme.md --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d5df72f..b304fbb 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,12 @@ -# Pacman Game in Java Swing +# Pacman Game This is a simple Pacman game implemented using Java Swing, a graphical user interface toolkit for Java. The game aims to recreate the classic Pacman arcade experience where the player controls Pacman, a yellow circular character, and tries to eat all the dots while avoiding ghosts. +## Demo + +[![Pacman demo](https://img.youtube.com/vi/GkhsuhZiQGk/0.jpg)](https://www.youtube.com/watch?v=GkhsuhZiQGk) + + ## Getting Started To run the Pacman game, make sure you have the following requirements: