You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 jaren geleden
2 jaren geleden
2 jaren geleden
2 jaren geleden
2 jaren geleden
2 jaren geleden
2 jaren geleden
123456789101112131415161718192021222324252627282930313233343536
  1. # Questionable Örbital Mechanics
  2. ## What is this?
  3. 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.
  4. For now it is very basic, as it is still heavily in development.
  5. ## How do i play this game?
  6. In order to play this game you need to ...
  7. 1) ...have the Lua (5.4.3) programming language installed (optional, as Löve comes with Lua)
  8. 1) ...have the Löve (11.3) game engine installed
  9. For now this is the only way to play this game. In future there will be binary versions availabe.
  10. ### Installing Lua
  11. Arch Linux:
  12. `sudo pacman -S lua`
  13. Windows:
  14. https://www.lua.org/download.html
  15. ### Installing Love
  16. Arch Linux:
  17. `sudo pacman -S love`
  18. Debian/Ubuntu Linux:
  19. `sudo snap install love`
  20. Windows:
  21. https://love2d.org
  22. ## What's new?
  23. *here will come changelogs in future*