jimenezj8 / colonel_blotto

A revival of a personally beloved game, meant for tournament-style play.
MIT License
1 stars 0 forks source link

Two references to "Round" #19

Closed jimenezj8 closed 1 year ago

jimenezj8 commented 1 year ago

There are currently two distinct ideas we reference as a "Round":

  1. A logical idea of a segment of a Game
  2. A set of rules that define constraints on players' behaviors and scoring

I'd like to semantically distinguish between the two to ensure clarity in the project code.

Proposal

  1. Name the segment of a Game GameRound
  2. Name the set of rules that define the GameRound, BlottoRound

GameRound

BlottoRound

jimenezj8 commented 1 year ago

At the very least, rename id attribute on Round model to library_id