This is the famous "Hand Cricket" game coded in JAVA. You can play it on any termial or a JAVA compiler!
JAVA COMPILER MUST BE INSTALL ON YOUR DEVICE You may know how install it by the following link: https://java.com/en/download/help/linux_x64_install.html
HOW TO PLAY THIS GAME ON A LINUX MACHINE USNIG A COMMAND IN TERMINAL!
STEP 1: Copy the file using command > Git clone https://github.com/aryan7tiwary/Hand-Cricket
STEP 2: Change the user name in play_handcricket file
STEP 3: Move hand_cricket file to /usr/bin
STEP 4: Give execution permission to the file. You can do it by command: chmod +x /usr/bin/play_handcricket
STEP 5: Now open terminal and play the game just by entering the command > play_handcricket
You may also play it just by executing the file hand_cricket.java with JAVA. Eg- java hand_cricket.java Or. ./hand_cricket.java