Add data structures, it requires tons of refactor but it's more or less working

This commit is contained in:
Héctor Giménez
2023-03-11 21:28:33 +09:00
parent 73978a702c
commit 8600c2e2f6
17 changed files with 4383 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package difficulty
const (
Normal = "normal"
Nightmare = "nightmare"
Hell = "hell"
)
type Difficulty string