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: