josephwegner / makehex

GNU General Public License v3.0
3 stars 0 forks source link

New maps are initiated with nil height, width, and grid #20

Closed josephwegner closed 5 years ago

josephwegner commented 5 years ago

Should be:

{
  height: 15,
  width: 25,
  grid: []
}
josephwegner commented 5 years ago

@metaky