DEV Community

Discussion on: Do you know the board game risk? 🌍

Collapse
 
joshgrib profile image
Josh Gribbon

I'd try something along the lines of:

  • Pick some points to be the centers of continents
  • Place some random points clustered around each continent center
  • Use something like a Voronoi diagram to create the borders for the counts
  • Make the borders a little more wavy
Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

Welcome Josh!

I think this sounds about right yes.

Architecturally I'm going to use this:

The actor model with the, and maybe challenge myself with pick.js

I will use typescript and xstate as per the video.