groxio-learning / barquinhos

Multiplayer destructive bingo for grownups
4 stars 8 forks source link

Barquinhos tutorial project #44

Open SophieDeBenedetto opened 3 years ago

SophieDeBenedetto commented 3 years ago

We'd like to write up some pieces of documentation that will allow other mentors and mentees to go through the process of building the Barquinhos app to learn more about Elixir, Phoenix, and LiveView. We''ll produce the following docs:

We'll write up each document with some sections that outline deliverables like this issue does https://github.com/groxio-learning/barquinhos/issues/37. We can leave off technical implementation details for now though.

grace-in-wonderland commented 3 years ago

Overview Prompts:

More on our discussion of the overview section: https://docs.google.com/document/d/1bzML9K6n5q-qSuT1iEMzo-Z8vmMinQ6p6vlsxKmcaXU/edit

jacquelineIO commented 3 years ago

I created a folder, so we'll be able to create multiple docs if needed. Started off with one doc today that talked about the Overview mentioned here.

SophieDeBenedetto commented 3 years ago

Some notes on the Player module instructions:

The Player Module

The Player module represents a game player. It has attributes that describe a player and some functions that handle player behavior.

Behavior

Attributes

CRC Functions

herminiotorres commented 3 years ago

The Ship Module

The Ship module represents a ship on a board. It has attributes that describe a player and some functions that handle player behavior.

Behavior

Attributes

CRC Functions