package main import ( "gitea.ligthert.net/golang/rowboz/game" ) func main() { game.init() game.director() }