commit fc177d108d0340e3c42c83993d6018ab6c7e12f2 Author: Xevion Date: Mon Jul 24 17:25:34 2023 -0500 docs: project README diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb4177d --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Pac-Man + +If the title doesn't clue you in, I'm remaking Pac-Man with SDL and Rust. + +The project is *extremely* early in development, but check back in a week, and maybe I'll have something cool to look +at. + +## Feature Targets + +- Near-perfect replication of logic, scoring, graphics, sound, and behaviors. +- Written in Rust, buildable on Windows, Linux, Mac and WebAssembly. +- Online demo, playable in a browser. \ No newline at end of file