https://github.com/lucasteles/monogame-lua
Using Monogame with Lua
https://github.com/lucasteles/monogame-lua
dotnet gamedev lua monogame xna
Last synced: 8 months ago
JSON representation
Using Monogame with Lua
- Host: GitHub
- URL: https://github.com/lucasteles/monogame-lua
- Owner: lucasteles
- Created: 2021-10-22T23:54:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-21T19:05:40.000Z (about 2 years ago)
- Last Synced: 2023-09-21T22:46:01.768Z (about 2 years ago)
- Topics: dotnet, gamedev, lua, monogame, xna
- Language: C#
- Homepage:
- Size: 102 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monogame with Lua
## Requirements
- `dotnet 6.0`
## Build
```
dotnet tool restore
dotnet build
```## Run
```
dotnet run
```