# Changelog
All notable changes to this project (betcha) will be documented in this file.

## [0.2.2] - 2024-02-29
- Simplified Changelog (was needlessly detailed)
- First Public Release

## [0.2.1] - 2024-02-21
- Updated Makefile

## [0.2.0] - 2024-02-19
- Added skill (difficulty) levels (goal amount increases with each level)
- Added screen on startup to set intial skill level
- Added option to increase skill level when beating game on current skill
- Rewrote messaging functions, condensed them into a couple of functions
- Updated help screen instructions
- Updated Makefile
- Updated README

## [0.1.3] - 2024-02-12
- Updated Makefile

## [0.1.2] - 2024-02-08
- Rewrote and optimised various drawing functions
- Removed libsodium dependency, switched to using rand() instead
- Rewrote program to use ncurses for Linux-based systems, PDCurses for others
- Reformatted comments
- Added uninstall target to Makefile
- Updated README

## [0.1.1] - 2024-02-07
- Fixed bug where cups would not redraw when player made a choice
- Changed status window to only show bet value during gameplay
- Moved variable for correct answer into game structure
- Rewrote how correct answer is generated
- Updated Makefile

## [0.1.0] - 2024-02-06
- Initial Release
