Skip to content

Commit

Permalink
docs: Added How To Play
Browse files Browse the repository at this point in the history
  • Loading branch information
khaled-0 committed Aug 2, 2024
1 parent de329e9 commit 4088748
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 15 deletions.
29 changes: 19 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
# word_matching_game
# 🇼ord Matching Game

Make words by placing letters with friends
Practice words with friends. Unleash your dictionary skills 🤓

## Getting Started
## Rules

This project is a starting point for a Flutter application.
The rules are extremley simple. You got an N by N square board.

A few resources to get you started if this is your first Flutter project:
- Make words by placing alphabets in order
- Whoever places the last letter that makes a whole word get's point
- The larger the word is, the more points you receive
- Play until the board fills up, or for as long as you want 😉
- Maybe savatoge others attempts of making a bigass word

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
![](docs/board.png)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
### Play now by [clicking here](https://words.fr.to) -- words.fr.to

## Credits

**Words List:** [John Lawler@umich](https://websites.umich.edu/~jlawler/wordlist.html)\
**Domain From:** [afraid.org](https://freedns.afraid.org/)\
**Hosted On:** [GitHub Pages](https://pages.github.com)\
**Written Using:** [Flutter ❤️](https://flutter.dev)\
**Developed By:** Your's truley
Binary file added docs/board.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.3"
cupertino_icons:
dependency: "direct main"
description:
name: cupertino_icons
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
url: "https://pub.dev"
source: hosted
version: "1.0.8"
file:
dependency: transitive
description:
Expand Down
8 changes: 3 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: word_matching_game
description: "Make words by placing letters with friends"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
publish_to: "none" # Remove this line if you wish to publish to pub.dev

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
Expand All @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: '>=3.4.3 <4.0.0'
sdk: ">=3.4.3 <4.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand All @@ -30,10 +30,9 @@ dependencies:
sdk: flutter

provider: ^6.1.2
cupertino_icons: #TODO
cupertino_icons: ^1.0.8

dev_dependencies:

# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
Expand All @@ -47,7 +46,6 @@ dev_dependencies:

# The following section is specific to Flutter packages.
flutter:

# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
Expand Down

0 comments on commit 4088748

Please sign in to comment.