Skip to content

A terminal output project to be used as the first group project in the course

Notifications You must be signed in to change notification settings

nss-group-projects/fish-fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fish Fusion Group Project

In this project, you are going to build a purchasing pipeline for a bargain fish restaurant in your city.

There are 3 different actors in this system, and you will write functions in multiple modules of code to have them share data, and in the end, the restaurant will make its final purchases.

  1. Fishing Boat - This is the source of the fish. The boat catches the fish and makes the fresh catch available to purchasers.
  2. Fishmonger - The fishmonger purchases fresh fish off the boat, and head chefs around the city visit every morning to get fish for their daily menus.
  3. Fish Restaurant - The chef at fish restaurant purchases fresh fish from the fishmonger every day. To keep her prices low, she purchases lower cost food and combines them in tasty ways that people might not expect.

Before You Start

It is crucial that your team reads all of the requirements and builds an algorithm with comments before you write a single line of code. It is highly recommended that you build the algorithm completely and review it with one of your instructors before starting on implementation.

Requirements

# 🐡 Fish Fusion 🍣
1 The Fishing Boat
2 The Monger
3 The Restaurant
4 Menu Example
5 Advanced Iteration

About

A terminal output project to be used as the first group project in the course

Topics

Resources

Stars

Watchers

Forks