Skip to content

Releases: dipsana/number-cracker

v1.0.0 – Base Release

06 Oct 15:30
6c7cf1e

Choose a tag to compare

🎯 Release Notes

📅 Released: 2025-10-06

🌟 Highlights

  • First public release of Number Cracker, a terminal-based guessing game written in C.
  • Intuitive gameplay: guess a random number between 1 and 100 with hints and attempt tracking.
  • Includes robust input validation for invalid and out-of-range entries.
  • Continuous play loop with safe replay prompt handling.
  • Fully cross-platform and dependency-free (Standard C only).

🧩 Technical Details

  • Implemented in C (ISO C99).
  • ~2 KB source, ~140 KB compiled executable.
  • Compatible with Windows, Linux, and macOS.
  • Includes IEEE-style SRS documentation and versioned project structure.

📂 Assets

  • 🧱 src/main.c
  • ⚙️ bin/number_cracker.exe
  • 📘 docs/SRS.pdf
  • 🪪 LICENSE
  • 🧾 README.md
  • 🕓 CHANGELOG.md

🆕 Future Plans

  • Add difficulty modes (Easy/Medium/Hard).
  • Introduce scoring and leaderboard system.
  • Improve user interface and visual cues.

Full Changelog