Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```