Skip to content

Commit 77db6c4

Browse files
authored
Update README.md
1 parent 79c0923 commit 77db6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/4.0/)
55

66
# Pacman
7-
Illustrating multithreading concepts (Thread class and Runnable interface) through a Pacman game example.
7+
This program demonstrates multithreading concepts using a Pacman game example. A Timer object manages the Maze panel's repaint cycle at 10 frames per second. Both Pacman and the ghost are implemented as runnable threads, allowing their positions to update automatically. Pacman also utilizes key listeners, enabling user interaction to change its direction dynamically.
88
<br>
99

1010
## Running

0 commit comments

Comments
 (0)