Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Interesting, also, how do you get the computer to recodnize that the regions are separate? on scratch we have to copy every region into a clone. How did you do it here?

The regions are all represented by one large dictionary where the first element is a unique color associated with that on the region map, the second is it's location on the map, and the third is a list of every region which that region connects to. It works to be a very rudimentary way of implementing a graph data structure.

Is scratch properly OOP? Or is it mostly procedural.

it is not OOP