Hi Guys, I'm new to this forum , and Really need some help
I'm working under BlueJ as this is how the university is teaching us
I have a program that when you type "Circle" to the Console , the Circle will appear (See Below)
1.jpg
This is done because I have a method that makes the circle visible and a execute to call it
2.jpg
Now I want to be able to use a HashMap (as required for the task) and be able to add more Options such as "move.Left" or "move.Right" when I type Circle move left or Circle move right into the console
I tried so many things!
Really need advice.
Thanks