Skip to content

Commit 0f522bb

Browse files
Update README.md
1 parent a974764 commit 0f522bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Pac-Man and Ms. Pac-Man game implementation written in Java with levels, timing,
44

55

66

7-
The code in this project (The sources have moved into repository [pacman-javafx](https://github.com/armin-reichert/pacman-javafx/pacman-core)) is more "to the point" than the one in my other [state-machine focussed implementation](https://github.com/armin-reichert/pacman).
7+
The code in this project (The sources have moved to repository [pacman-javafx](https://github.com/armin-reichert/pacman-javafx/tree/main/pacman-core) is more "to the point" than the one in my other [state-machine focussed implementation](https://github.com/armin-reichert/pacman).
88

99
The implementation follows the Model-View-Controller design pattern:
10-
- The game controller is a [finite-state machine](https://github.com/armin-reichert/pacman-javafx/pacman-core/src/main/java/de/amr/games/pacman/lib/Fsm.java) with states
11-
- INTRO, CREDIT, READY, HUNTING, LEVEL_STARTING, LEVEL_COMPLETE, PACMAN_DYING, GHOST_DYING, GAME_OVER and INTERMISSION. (See [GameState](https://github.com/armin-reichert/pacman-javafx/pacman-core/src/main/java/de/amr/games/pacman/controller/GameState.java))
12-
- User interfaces can be attached to the model/controller layer using a [game event listener](https://github.com/armin-reichert/pacman-javafx/pacman-core/src/main/java/de/amr/games/pacman/event/GameEventListener.java) interface.
10+
- The game controller is a [finite-state machine](https://github.com/armin-reichert/pacman-javafx/tree/main/pacman-core/src/main/java/de/amr/games/pacman/lib/Fsm.java) with states
11+
- INTRO, CREDIT, READY, HUNTING, LEVEL_STARTING, LEVEL_COMPLETE, PACMAN_DYING, GHOST_DYING, GAME_OVER and INTERMISSION. (See [GameState](https://github.com/armin-reichert/pacman-javafx/tree/main/pacman-core/src/main/java/de/amr/games/pacman/controller/GameState.java))
12+
- User interfaces can be attached to the model/controller layer using a [game event listener](https://github.com/armin-reichert/pacman-javafx/tree/main/pacman-core/src/main/java/de/amr/games/pacman/event/GameEventListener.java) interface.
1313

1414
<img src="doc/pacman-core-classes.png">
1515

0 commit comments

Comments
 (0)