ShehrozIrfan / ruby-rocks

This is the repository for beginners so that they can use this repository to make their first contribution to an open source project on GitHub. Solve programming problems using Ruby.
MIT License
22 stars 47 forks source link

Add[#53]: Added the following features to the Code Breaker #114

Closed vivekvr1 closed 8 months ago

vivekvr1 commented 8 months ago

The player can now choose a puzzle type at the start of the game. The code generator now generates codes that are consistent with the chosen puzzle type. The guess checker now provides feedback on the player's guess, including the number of correct digits and the number of correct positions.

Addition puzzle Subtraction puzzle Multiplication puzzle Division puzzle Prime number puzzle Fibonacci sequence puzzle The player can now choose a puzzle type at the start of the game. The code generator now generates codes that are consistent with the chosen puzzle type. The guess checker now provides feedback on the player's guess, including the number of correct digits and the number of correct positions.

ShehrozIrfan commented 8 months ago

@vivekvr1

Perfect 🚀

Glad to see the use of CASE and unless 💯

Keep going. Have fun!