Hi All,
I am teaching myself Java and this is my first project. I was hoping someone could review it and give me any tips!
The game is based in the terminal. You have to guess a 4 digit code, the code is 4 different numbers (no repeats) and when you input a guess it will tell you how many correct positions and correct numbers you have. When you get the correct code the program stops.
Here is the code: https://github.com/jacoboneill/learning-programming/tree/main/practice-projects/code-guessing-game-java
Please either reply to this post or put it in the issues part of the repository
- Jacob