Skip to content

Commit

Permalink
feat: md
Browse files Browse the repository at this point in the history
  • Loading branch information
z7workbench committed Feb 19, 2022
1 parent e9cfbbe commit 3c08a90
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,32 @@
</p>

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.

<p align="center">
<img alt="Hit & Blow" src="arts/hnb.webp">
</p>

### 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.

<p align="center">
<img alt="Simple Dice Game" src="arts/dices.webp">
</p>

### 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
Binary file added arts/dices.webp
Binary file not shown.
Binary file added arts/hnb.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c08a90

Please sign in to comment.