mirror of
https://codeberg.org/scip/golsky.git
synced 2025-12-16 20:20:57 +01:00
renamed, added logo
This commit is contained in:
6
main.go
6
main.go
@@ -5,14 +5,14 @@ import (
|
||||
"log"
|
||||
"os"
|
||||
|
||||
"github.com/tlinden/gameoflife/rle"
|
||||
"github.com/tlinden/golsky/rle"
|
||||
|
||||
"github.com/hajimehoshi/ebiten/v2"
|
||||
"github.com/spf13/pflag"
|
||||
)
|
||||
|
||||
const (
|
||||
VERSION = "v0.0.4"
|
||||
VERSION = "v0.0.5"
|
||||
Alive = 1
|
||||
Dead = 0
|
||||
)
|
||||
@@ -64,7 +64,7 @@ func main() {
|
||||
pflag.Parse()
|
||||
|
||||
if showversion {
|
||||
fmt.Printf("This is gameoflife version %s\n", VERSION)
|
||||
fmt.Printf("This is golsky version %s\n", VERSION)
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user