CEL - Celebrity Lab Overview

APCompSci_OverviewBanner.png

Celebrity Lab

Introduction

In the Celebrity Lab we will create an application to play a version of the game Celebrity. Celebrity is a charades-like game where each player adds information about several “celebrities” to a pool. A random celebrity from the pool is picked and one player provides clues about the celebrity’s name. To play as a competitive game, teams of two work to guess as many celebrities as possible in rounds of one minute each until the pool is exhausted. The team with the most correct guesses wins. The Java application involves the use of classes and inheritance. A graphical user interface (GUI) is provided that will work for the user interface if certain specifications for the other classes are followed.

Module Lessons Preview

In this module, we will study the following topics:

Introduction to Celebrity: In this activity you will play a game called Celebrity and then brainstorm how it could be written as a computer program.

The Celebrity Class: A Simple Version: In this activity you will use your knowledge of writing classes and the Celebrity game to design a basic version of the Celebrity class.

Putting it All Together: In this lab activity, we will be completing implementation required to make the GUI function.

Extending the Celebrity Class: In this lab activity, you will design your own subclass of Celebrity.

Open-Ended Activity: Here you will demonstrate your knowledge of inheritance in a way that is interesting and engaging.

APCompSci_OverviewBottom.png  IMAGES CREATED BY GAVS