/ms-pac-man

An honest Ms. Pac-Man clone

Primary LanguageGoMIT LicenseMIT

Ms. Pac-Man

🚧 WIP 🚧

This repo is an attempt to write the original Ms. Pac-Man in Go. By original, I mean original assets and as high fidelity game logic as possible.

For now I am assuming, Ms. Pac-Man game logic is the same as the original.

Development

You need Go and the stuff glfw depends on:

yum install go libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel libXi-devel libglvnd-devel libXxf86vm-devel

Then see make help for more workflows.