Niro 033617c4e0 | 2 years ago | |
---|---|---|
.build | 2 years ago | |
data | 2 years ago | |
lib | 2 years ago | |
src | 2 years ago | |
textures | 2 years ago | |
README.md | 2 years ago | |
build.sh | 2 years ago | |
import.lua | 2 years ago | |
libraries.lua | 2 years ago | |
main.lua | 2 years ago | |
play.sh | 2 years ago |
Questionable Örbital Mechanics - or as we like to call it: QÖM - is an open-source Space Simulation “Game” written in Lua using the Löve game engine.
For now it is very basic, as it is still heavily in development.
In order to play this game you need to ...
For now this is the only way to play this game. In future there will be binary versions availabe.
Arch Linux:
sudo pacman -S lua
Windows: https://www.lua.org/download.html
Arch Linux:
sudo pacman -S love
Debian/Ubuntu Linux:
sudo snap install love
Windows: https://love2d.org
The script build.sh
takes an argument (the project output name).
Simply execute ./build.sh [insert project name]
in your terminal. The builder compiles to a windows executable (.exe) and an executable love (.love) file.
Builds can be found in ./.build/builds/
!
here will come changelogs in future