Skip to content

joelschutz/GoRally

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoRally

A Rally Racing Management Game inspired by OpenTTD, ZenGM and Grand Turismo

Dependencies

  • Godot 4 Beta 3(only for the ui)
  • Go 1.18
  • SQLite(any version should be fine)

Build

Only tested in linux machines

Server

// Mac and Linux
go build -o ./app main.go
./app

// Windows
go build -o ./app.exe main.go
./app.exe

UI

TODO

License

MIT license for this code, diferent licenses may apply for other assets and libraries.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages