Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 2 Jahren
123456789101112131415161718192021222324252627282930313233
  1. # Questionable Örbital Mechanics
  2. ## What is this?
  3. Questionable Örbital Mechanics - or as i 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
  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. Windows:
  19. https://love2d.org
  20. ## What's new?
  21. *here will come changelogs in future*