From c08ada59d13a98eca0026c3e0c3cbbd87ef3d096 Mon Sep 17 00:00:00 2001 From: Matt Thorson Date: Fri, 8 May 2020 21:08:47 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6dbd121..bf286fc 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ Strawberry A tiny 2D game engine focused on usability and simplicity. Written in Beef language (https://github.com/beefytech/Beef), and using SDL2. + +To run the sample game, in the Beef IDE select Open Workspace, and select the Strawberry/SampleGame folder.