diff --git a/README.md b/README.md index 3f1b5c9..b2e6785 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,32 @@

Mini games collection written in Dart & Flutter! + +# Games +## Hit & Blow +Hit & Blow is inspired by Nintendo Switch's Clubhouse Games: 51 Worldwide Classics' Hit & Blow. + +

+Hit & Blow +

+ +### Description +This is a game of guessing the hidden `n` numbers and positions, with the default `n` being 4. Select `n-2` numbers from 1 to n and place them in the positions, then press "Check" to check for correctness. Each position will be judged as "all correct" (indicated by colored check marks) or "half correct" (indicated by grey check marks), the number of former is the number of correct positions and numbers, the number of latter is the number of correct numbers. If it fails, you can try again until you get it right! + +### Further Objects +- Leaderboard + +## Simple Dice Game +Simple Dice Game inspired by Nintendo Switch's Clubhouse Games: 51 Worldwide Classics' Yacht Dices. + +

+Simple Dice Game +

+ +### Description +It's a game of throwing dices at each other to make permutations and compete for points. If you make a good combination, double tap the corresponding score to confirm the score. The selected permutations cannot be selected again. You can tap on the dice once, save only the good ones and roll them again. The remaining dice can also be changed after a re-roll. Each sheet's cell must be filled in, even if there are no permutations. The one with the highest score wins! + +### Further Objects +- Leaderboard +- Versus AI +- More players diff --git a/arts/dices.webp b/arts/dices.webp new file mode 100644 index 0000000..de6dbc3 Binary files /dev/null and b/arts/dices.webp differ diff --git a/arts/hnb.webp b/arts/hnb.webp new file mode 100644 index 0000000..59fbe92 Binary files /dev/null and b/arts/hnb.webp differ diff --git a/pubspec.yaml b/pubspec.yaml index 64ebbca..03acaf3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.2.2+1 +version: 0.2.3+1 environment: sdk: ">=2.16.0 <3.0.0"