From 8d4a098b58982d6e2b5b7c45fa39ca69d372b9a6 Mon Sep 17 00:00:00 2001 From: rich Date: Fri, 10 Jan 2025 14:21:09 -0500 Subject: [PATCH] Add README.mb --- README.mb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.mb diff --git a/README.mb b/README.mb new file mode 100644 index 0000000..ff906a9 --- /dev/null +++ b/README.mb @@ -0,0 +1,10 @@ +ReWalker is a simple random walker program that uses ReWindow to handle windowing and mouse operations. + +This is a simple random walker that has a little twist that if the user clicks the mouse over the window it "blows" the walker away from the mouse pointer. + +I have not got to grips with setting up a ReWindow project yet, so, clone ReWindow and then replace main.cpp with the main.cpp code from here. + +Hopefully soon I can set this up properly as an independant project. + +I have also included a simple test program to open a window as well called test.cpp. +