i'm thinking how to do this since last week.
i can make a rps game in java, BUT not in OO way. just the simple ones.
what i want to do is a rps game - the OO way.
i planning this program to have two options, play with player and play with computer.
what classes and methods that i need to code?
i'm thinking of..
1. player class
---1.a choice method
---1.b processChoice method
2. startGame class
---1.?????
??????????????????
these are all i can think of! i know there's a better logic in creating this kind of progrm. ugh, i just started studying oo programming this day. noob.
tell me what are the methods and classes appropriate for this rock paper scissors game.
i an't asking for codes, just the methods and classes.. :)
please help. thanks.