Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

15: 7x7 field and initialization

After spending a lot of time playing my game, I have understood that a game session with the 6x6 field was too short. An average player couldn't even see all the animals in action. It felt too crowded and compact. I have decided to increase the field size from 6x6 to 7x7.

I spent some time working on the initialization of the game field. My initialization was completely random, and sometimes it led to a situation when a player couldn't beat the score regardless of their tactics. I have chosen another approach. The field initialised randomly based on a set of prepared initialization fields.

Also, I have tested the WebGL build for the itch.io page. It turned out much easier than I thought it might be.