This website requires JavaScript.
Explore
Help
Sign In
golang
/
rowboz
Watch
1
Star
0
Fork
0
You've already forked rowboz
Code
Issues
4
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
rowboz
/
main.go
8 lines
99 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
Start of some code.
2023-12-01 18:38:58 +01:00
package
main
Split game into a different module. Closes #1
2023-12-11 21:51:50 +01:00
import
"gitea.ligthert.net/golang/rowboz/robots"
Start of some code.
2023-12-01 18:38:58 +01:00
func
main
(
)
{
Split game into a different module. Closes #1
2023-12-11 21:51:50 +01:00
robots
.
GameInit
(
)
Start of some code.
2023-12-01 18:38:58 +01:00
}
Reference in New Issue
Copy Permalink