Releases: armin-reichert/pacman-javafx
Releases · armin-reichert/pacman-javafx
2025-08-12-1318
Mac build issues
2025-08-06
- Ghosts now have a self lighting (changes every 3 seconds between ghosts because JavaFX allows only 3 point lights at a time?)
- Try out updated Gradle scripts
2025-08-03
- Improved swirl effect
2025-07-31
- Improved heap space consumption
- New energizer explosion animation
2025-07-25
- Fixed nasty memory leak
2025-07-19-1606
Fix: Directories were not created on first run
2025-02-17
Fix: Ghosts could go through walls, Ups!
Huge simplification of map creation when template image is available:
- Drop map image into the editor and pick the 4 colors (fill, stroke, door, food color) using the context menu
- Enter Edit Mode (S or E) and select menu entry "Edit -> Identify Tiles"
- Set Pac-Man position and add tunnel tiles if any
- Done!
Map format has changed: No double-stroke wall and rounded corner tiles anymore, only angular ones which are used internally to detect the ghost house in a map created from an image.
Old custom maps can easily be updated to the new format by loading them into the map editor, setting the house position (context menu entry "Place House", open context menu over left-upper corner of house) and saving the map.
2024-12-20
- First version of 3D maze with rounded corners
- Separated Tengen Ms. Pac-Man play scene 3D into subclass
- Added new module for map editor application
2024-11-03
- Include fixes and improvements (cudos to @Flicky1211).
- Implemented NES controller style key binding.
- Added NES key bindings info to dashboard.
- Added welcome message with keyboard hint to dashboard.
- Fixed regression bug (moving bonus was not drawn)