diff --git a/README.md b/README.md new file mode 100644 index 0000000..e42a09b --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# TowerDefense + +Unmaintained tower defense game prototype + +## Screenshots 🖼 + +[[screenshots/game.png]] + +## Build ⚙️ +``` +xmake +``` + +## Run 🏃 +``` +xmake run +``` \ No newline at end of file diff --git a/screenshots/game.png b/screenshots/game.png new file mode 100644 index 0000000..992ce91 Binary files /dev/null and b/screenshots/game.png differ