Releases: carlfindahl/wacman
Releases · carlfindahl/wacman
More Audio and EnTT 3.1
- Updated the code to use EnTT v3.1
- Added more events. When AI changes state, when player picks up food/powerups etc
- Added
AudioSystem
to play sound effects when certain events happen
No gameplay changes except for more sound effects.
Level Editor and ECS Backend
Version 1.1.0 introduces a lot of great stuff! We have a level editor where you can create your own levels for Pacman by placing tiles, adding entities, teleporters and other pacman-y goodness.
The game also has 4 pre-built levels and a high score list per level so you can practice your tactics really well.
Behind the scenes, the gameplay has been entirely rewritten since 1.0.2 by removing the old system with a new ECS system based on the amazing EnTT ECS Library! A lot of the data is now stored with LUA and there is a possibility to expose more functionality to scripting with future versions.