Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 356 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 356 Bytes

pac-man

Little C++ game I made back in 2016 using SDL2. This was before I even knew what a game engine was.

Steps to build: Clone and open the .sln in Visual Studio. Install the Visual C++ build tools. Make sure Visual studio is building in x86, not x64. Right click the pac-man project and click build. Launch with F5 or using Local Windows Debugger.