Niro 3 年前
父节点
当前提交
eda183c4f2
共有 1 个文件被更改,包括 9 次插入1 次删除
  1. +9
    -1
      README.md

+ 9
- 1
README.md 查看文件

@@ -14,7 +14,7 @@ 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. For now this is the only way to play this game. In future there will be binary versions availabe.




### Installing Lua
### Installing Lua (optional)
Arch Linux: Arch Linux:
`sudo pacman -S lua` `sudo pacman -S lua`


@@ -32,5 +32,13 @@ Windows:
https://love2d.org https://love2d.org




## Building from source code
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/`!


## What's new? ## What's new?
*here will come changelogs in future* *here will come changelogs in future*

正在加载...
取消
保存