From a23c088fea631b64b86d3ba2dc1941158f75468f Mon Sep 17 00:00:00 2001 From: Martijn de Boer Date: Sat, 29 Oct 2022 16:44:52 +0200 Subject: [PATCH] Modify readme --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index feb05fe..7747ff0 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,23 @@ Eventually it will become an endless twin stick shooter with multiplayer capabil Current placeholder ships ![Blackstar 5](./assets/ships/blackstar-5.png), piloted by Steve Layer + ![Excalibur IV](./assets/ships/excalibur-iv.png), piloted by Robert Davis + ![The Decorator](./assets/ships/decorator.png), piloted by John Danger # Installation -Install Love2D. Execute the love command from your path, or drag the folder onto your Love2D shortcut. -Code can be verified against Lua 5.4, with luacheck +love. +## Windows +Download the vision-win64.zip file from the latest release, unpack and execute vision.exe + +## MacOS +Download the vision-macos.zip file from the latest release, unpack and execute vision.app, do whatever MacOS wants you to do nowadays to run an "untrusted" binary. + +## Linux +Install Love2D from the website, download vision.love from the latest release. Run the love file. Sadly automatically creating an AppImage file failed for me. + +## Development +Install Love2D. Execute the love command from your path, or drag the folder onto your Love2D shortcut. Code can be verified against Lua 5.4, with luacheck +love. # License - The artwork/assets (and artwork/assets placeholders) are prohibited from usage outside of this game and repositories.