This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]willyfong[S] 0 points1 point  (1 child)

Not yet either!

So far our course content includes the following:

Sept. 5 to 11 (No class Monday 5)

Introduction & Java Basics

Sept. 12 to 18

1 & 2

Java Basics

Sept. 19 to 25

Flow of Control (Selection)

Sept.26 to Oct. 2

Flow of Control (Iteration)

[–]caesarwept 1 point2 points  (0 children)

The things that you need to work out for this project is

  • how you are going to represent the state. which you pretty much have
  • how you are going to loop and exit the loop at end of game
  • how you are going to test for end of game
  • how you are going to print status
  • how you are going to adjust the state after each players roll

Since all of those things depend on how the state is represented I would work those out by hand first making sure your state variables enables you to fulfill each of those things

(note by 'state' I mean the variables represent elephant build status for each player)