Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtonix/golang-gamedev-exploration-basic
My exploration into creating games with golang
https://github.com/airtonix/golang-gamedev-exploration-basic
Last synced: 10 days ago
JSON representation
My exploration into creating games with golang
- Host: GitHub
- URL: https://github.com/airtonix/golang-gamedev-exploration-basic
- Owner: airtonix
- License: mit
- Created: 2022-06-19T09:34:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T20:02:08.000Z (over 2 years ago)
- Last Synced: 2024-05-21T03:17:27.263Z (8 months ago)
- Language: Go
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golang-gamedev-exploration-basic
## Setup
```shell
$ ./setup.sh
$ just setup
```## Release
1. push tag
2. `$ just release`## Local builds
```shell
$ just build
```