vision/README.md

31 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2022-10-16 15:45:03 +02:00
[![Build Status](https://drone.biggetje.net/api/badges/martijn/vision/status.svg)](https://drone.biggetje.net/martijn/vision)
# Vision
A small work in progress game about a set of ships being piloted by though captains, built on the Löve2D engine.
2022-10-16 15:47:40 +02:00
Eventually it will become an endless twin stick shooter with multiplayer capabilities.
Current placeholder ships
2022-10-29 16:45:19 +02:00
2022-10-16 15:47:40 +02:00
![Blackstar 5](./assets/ships/blackstar-5.png), piloted by Steve Layer
2022-10-29 16:44:52 +02:00
2022-10-16 15:47:40 +02:00
![Excalibur IV](./assets/ships/excalibur-iv.png), piloted by Robert Davis
2022-10-29 16:44:52 +02:00
2022-10-16 15:47:40 +02:00
![The Decorator](./assets/ships/decorator.png), piloted by John Danger
2022-10-16 15:45:03 +02:00
# Installation
2022-10-29 16:44:52 +02:00
## 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.
2022-10-16 15:45:03 +02:00
# License
- The artwork/assets (and artwork/assets placeholders) are prohibited from usage outside of this game and repositories.
- The game code itself is licensed under the permissive MIT license.