An open API service indexing awesome lists of open source software.

https://github.com/xmajedz/luaugame


https://github.com/xmajedz/luaugame

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Configure CMake
```
cmake -G"MinGW Makefiles" -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo
```
Build
```
cmake --build build --target luaugame --config RelWithDepInfo
```
Run
```
.\build\luaugame.exe
```

you can edit ```build\main.luau```