Skip to content

1.0.0 : First Version Working

Compare
Choose a tag to compare
@Warckoooooo Warckoooooo released this 02 Sep 16:07
· 3 commits to main since this release
1cc09f1

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:

  1. Compile the project with make.
  2. Run the program with make run.
  3. Choose a game from the menu to start playing.

Thank you for your interest and feedback!