Skip to content

Releases: carlfindahl/wacman

More Audio and EnTT 3.1

01 Sep 18:20
b0ce1a1
Compare
Choose a tag to compare
  • 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

21 May 13:35
1b08832
Compare
Choose a tag to compare

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.