1
0
Fork 0
A small work in progress game about a set of ships being piloted by though captains, built on the Löve2D engine.
Go to file
Martijn de Boer 26100dedc2
continuous-integration/drone/push Build is passing Details
Modify readme
2022-10-29 16:45:19 +02:00
assets gameover 2022-10-15 23:31:47 +02:00
bullet bullets and sounds 2022-10-15 23:11:21 +02:00
captain threading, sound generation, effects 2022-10-15 17:39:32 +02:00
planet split variance 2022-10-15 18:12:58 +02:00
scene fixes 2022-10-16 15:31:54 +02:00
shaders game and hud 2022-10-13 16:06:52 +02:00
ship bullets and sounds 2022-10-15 23:10:57 +02:00
tools Remove linux build, as docker doesnt like it 2022-10-29 16:39:37 +02:00
vendor bullets and sounds 2022-10-15 23:10:57 +02:00
.drone.yml Remove linux build, as docker doesnt like it 2022-10-29 16:39:37 +02:00
.gitignore ignores 2022-10-29 14:02:10 +02:00
.luacheckrc ci 2022-10-16 15:28:51 +02:00
LICENSE.md License and Readme 2022-10-16 15:45:03 +02:00
README.md Modify readme 2022-10-29 16:45:19 +02:00
assets.lua gameover 2022-10-15 23:31:47 +02:00
conf.lua Build tools 2022-10-16 17:07:25 +02:00
main.lua fixes 2022-10-16 15:31:54 +02:00

README.md

Build Status

Vision

A small work in progress game about a set of ships being piloted by though captains, built on the Löve2D engine.

Eventually it will become an endless twin stick shooter with multiplayer capabilities.

Current placeholder ships

Blackstar 5, piloted by Steve Layer

Excalibur IV, piloted by Robert Davis

The Decorator, piloted by John Danger

Installation

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.
  • The game code itself is licensed under the permissive MIT license.