Rock Paper Scissors game excersice without conditions
-
Source code can be found under src directory
-
Compilation 2.1 you will need java development kit (JDK) to be installed on your computer 2.2 to compile use command line with following commands
a) open command prompt b) change to src directory |> cd src c) compile by command | javac Main.java -
run the game
java Main
-
How to play
4.1 Enter you choice by keyboard. 4.2 Pressing "Return" key will run the game 4.3 The game results will be printed on screen
- Improvements
5.1 Add keep playing question? 5.2 Add formatting 5.3 Maybe better to write in javascript