8 Commits (main)
 

Author SHA1 Message Date
Nick Dumas 89db3af1b8 reorganizing my approach
instead of working by RoomExit, I'll just go room by room, exit by exit.

gave Room a String() method for my sanity

no longer trying to load everything into memory in one big batch
2 years ago
Nick Dumas d9671822b7 No more GORM.
Too much magic. I'll just write a JOIN and create small, composable data
types to represent my domain objects.

grug brain smile, complexity demon no visit today
2 years ago
Nick Dumas 4fec3f685b Refactoring, adding graphviz
Also need Exits so I can link rooms together properly
2 years ago
Nick Dumas a234bd6f9b Successfully accessing rooms and areas 2 years ago
Nick Dumas f2a703ed9f Return a map of areas because that makes more sense. 2 years ago
Nick Dumas 866d839b06 building a crude API for pulling data 2 years ago
Nick Dumas f7c7ef976a Don't want to commit anything confidential. 2 years ago
Nick Dumas 3845812b4b first draft 2 years ago