Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 938 Bytes

CHANGELOG.md

File metadata and controls

24 lines (19 loc) · 938 Bytes

Changelog

All notable changes to this project will be documented in this file.

v1.6.2-beta - 2024-11-28

This is the first official pre-release of the Mastermind project.

🚀 Current Features

  • Support for user menus
  • Support for starting a game with different game-modes
  • Support for quitting or discarding game
  • Support for undo and redo guesses
  • Support for viewing game history
  • Support for resuming game that has not been finished
  • Support for input instructions
  • Support for PvP (one person set code, one person guesses)
  • Support for PvE (computer set code, player guesses)
  • Support for TUI (Text User Interface)
  • Support for number representation of color (e.g. 1 for red, 2 for blue, etc.)
  • Support for consecutive input (e.g. 12345)
  • Support for comma separated input (e.g. 1,2,3,4,5)
  • Support for storing game history through pickle