Wrapping Up

Get a brief description of what we have learned so far.

We'll cover the following

The building blocks of the game

We’ve made good progress so far. We modeled the most important building blocks of the game. We can see how coordinates compose into islands and boards.

Our domain is simpler because of the approach we’ve taken. Our domain entities live single lives in our application instead of double lives in both the application and the database. Application behavior comes from simple functions that transform data. There’s not an ORMObject-relational mapping in sight.

While we are in a good position, the code we currently have allows any action to happen at any time.

Get hands-on with 1200+ tech skills courses.