game generation process

This commit is contained in:
Ilia Denisov
2025-09-25 02:13:16 +03:00
parent 99035fd95d
commit 46066d890b
12 changed files with 206 additions and 101 deletions
-1
View File
@@ -3,6 +3,5 @@ package game
type Map struct {
Width uint32
Height uint32
Planet []Planet
}