pacman.zig
pacman.zig copied to clipboard
Simple Pacman clone written in Zig.
Results
2
pacman.zig issues
Sort by
recently updated
recently updated
newest added
Probably not the best possible way of implementing touch input support, but it does make the game playable on mobile. The input scheme is adaptive with regard to the direction...
I simply cloned the project and ran `zig build` from the directory, I received no errors but when I tried to run the resulting executable, I received this error: Assertion...