diff --git a/README.md b/README.md index d0160a5..567ebc4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # QtGameMaker A Game Maker 8.0 rebuild in Qt6 (may be able to load old GM8 project files soon) + +## Demo +![Screenshot of the main window](screenshot.png) + +## Build instructions +``` +qmake +make -j$(nproc) +./QtGameMaker +``` diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..1b34c3e Binary files /dev/null and b/screenshot.png differ