Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

README.md 1.2 KiB

2 anos atrás
2 anos atrás
2 anos atrás
2 anos atrás
2 anos atrás
2 anos atrás
2 anos atrás
2 anos atrás
2 anos atrás
1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 (optional)
  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. ## Building from source code
  23. The script `build.sh` takes an argument (the project output name).
  24. Simply execute `./build.sh [insert project name]` in your terminal. The builder compiles to a windows executable (.exe) and an executable love (.love) file.
  25. Builds can be found in `./.build/builds/`!
  26. ## What's new?
  27. *here will come changelogs in future*