Releases: Warckoooooo/many-little-games
Releases · Warckoooooo/many-little-games
1.1.0: Merge pull request #4 from Warckoooooo/add-mentalmath-minigame
Release 1.1.0 - New Mental Math Game!
We're excited to announce the release of version 1.1.0, which introduces a brand-new game: Mental Math!
🎮 New Features
- Mental Math Game: Put your brain to the test with our new mental math challenge! Players are required to solve various mathematical problems quickly and accurately. It's a great way to sharpen your math skills while having fun.
📥 Installation & Update
To update to version 1.1.0, simply download the latest release from the Releases page and follow the usual installation instructions.
Thank you for your continued support and feedback! We hope you enjoy the new Mental Math game as much as we enjoyed creating it.
1.0.0 : First Version Working
Release 1.0.0
New Features:
- Added three games to the menu:
- Tic Tac Toe
- Guess the Number
- Guess the Crontab
Details:
- Tic Tac Toe: Classic tic-tac-toe game.
- Guess the Number: Guess the randomly generated number.
- Guess the Crontab: Guess the Crontab expression for a given time.
Bug Fixes:
- Fixed an issue where user input was not properly handled in the "Guess the Crontab" game.
Instructions:
- Compile the project with
make
. - Run the program with
make run
. - Choose a game from the menu to start playing.