You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pacman is my replica of the original Pacman game. It's written in XNA and make use of Entity Component System. Its not a 100% ECS but this was a try to see how one can implement ECS in a game.