Skip to content

Commit ad51a79

Browse files
committed
Release Version 2.0.0 Build 1000
Updated Documentation for 2.0.0
1 parent 77f671a commit ad51a79

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
-->
1212

1313
## [Downloads](https://github.com/VarunS2002/Flutter-Sudoku/releases)
14-
>[![APK: v1.1.0](https://img.shields.io/badge/APK-v1.1.0-brightgreen)](https://github.com/VarunS2002/Flutter-Sudoku/releases/download/1.1.0/Sudoku_1.1.0.apk)
14+
>[![APK: v2.0.0](https://img.shields.io/badge/APK-v2.0.0-brightgreen)](https://github.com/VarunS2002/Flutter-Sudoku/releases/download/2.0.0/Sudoku_2.0.0.apk)
1515
![Build: passing](https://img.shields.io/badge/build-passing-brightgreen)
1616
>[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
1717
@@ -110,33 +110,41 @@ It can be exported to Android, iOS, Fuchsia, Windows, MacOS, PWA or a Web App.
110110
111111
- Generates a New Game when you start the app
112112
113-
- Input numbers in the grid by repeatedly clicking a box
113+
- Clicking a box displays a dialog with buttons 1-9 to input in the box
114114
115115
- Clickable buttons will initially have no number and will turn red after the first click
116116
117117
- After completely solving the grid, if the solution is correct it will alert you that you successfully solved the Sudoku
118118
119119
- The numbers in all the clickable buttons will turn blue if the solution is correct (This will also happen if you click Show Solution)
120120
121-
- Button to start a New Game
121+
- 4 different difficulty levels to choose from : Beginner, Easy, Medium and Hard
122122
123-
- Button to Restart Game
123+
- New Game
124124
125-
- Button to Show the Solution
125+
- Restart Game
126+
127+
- Show Solution
128+
129+
- Dark and Light theme
126130
127131
- Material Design
128132
129133
## Note:
130134
131135
- [flutter_speed_dial_material_design](https://pub.dev/packages/flutter_speed_dial_material_design) is used for Stacked Floating Action Buttons
132136
137+
- [flutter_animated_dialog](https://pub.dev/packages/flutter_animated_dialog) is used for animated alert dialogs
138+
139+
- [shared_preferences](https://pub.dev/packages/shared_preferences) is used for saving preferences locally
140+
133141
- Referred Algorithms:
134142
135143
- [Sudoku Generation Algorithm](https://www.geeksforgeeks.org/program-sudoku-generator/) in Java
136144
137145
- [Sudoku Generation and Solving Algorithm](https://www.101computing.net/sudoku-generator-algorithm/) in Python
138146
139-
- If you face any issue then feel free to open an issue on GitHub
147+
- If you face any issue or have suggestions then feel free to open an issue on GitHub
140148
141149
## Screenshots:
142150
@@ -145,14 +153,14 @@ It can be exported to Android, iOS, Fuchsia, Windows, MacOS, PWA or a Web App.
145153
![Light](https://i.imgur.com/UeP0L0B.jpg)
146154
<br><br>
147155
148-
- Main Screen while solved:<br><br>
156+
- Main Screen while solved with dark theme:<br><br>
149157
150-
![Solved](https://i.imgur.com/MXbxBQ7.jpg)
158+
![Solved](https://i.imgur.com/3XS5qt2.jpg)
151159
<br><br>
152160
153161
- Options:<br><br>
154162
155-
![Options](https://i.imgur.com/wutzT0p.jpg)
163+
![Options](https://i.imgur.com/jqtga1R.jpg)
156164
<br><br>
157165
158166
- Game Over Alert Box:<br><br>

sudoku/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.1.0+1000
18+
version: 2.0.0+1000
1919

2020
environment:
2121
sdk: ">=2.7.0 <3.0.0"

0 commit comments

Comments
 (0)