ObjectJosh / Dice

An AP Computer Science A programming assignment for Mr. Simon's APCSA course at Lowell High School, San Francisco, USA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dice

Additional Info:

In this assignment we'll practice using OOP (Object Oriented Programming) techniques. We'll create a class to model what a single die has and does, and then we will create at least 9 instances of that class arranged in a grid shape. Note that for full credit your program must display the total of all the dice and draw the dice with dots or similar marks. Also, you must customize the title, header and footer of index.html. You may find the first 66 slides of the OOP--Classes slide presentation helpful, as well as the Nested Loops, Practice with classes and the Math.random worksheets.

About

An AP Computer Science A programming assignment for Mr. Simon's APCSA course at Lowell High School, San Francisco, USA


Languages

Language:JavaScript 98.3%Language:Processing 1.6%Language:HTML 0.1%Language:CSS 0.1%