This commit is contained in:
commit
56e9d6672b
7 changed files with 295 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# minesweeper_engine
|
||||
|
||||
[](https://hex.pm/packages/minesweeper_engine)
|
||||
[](https://hexdocs.pm/minesweeper_engine/)
|
||||
|
||||
```sh
|
||||
gleam add minesweeper_engine@1
|
||||
```
|
||||
```gleam
|
||||
import minesweeper_engine
|
||||
|
||||
pub fn main() -> Nil {
|
||||
// TODO: An example of the project in use
|
||||
}
|
||||
```
|
||||
|
||||
Further documentation can be found at <https://hexdocs.pm/minesweeper_engine>.
|
||||
|
||||
## Development
|
||||
|
||||
```sh
|
||||
gleam run # Run the project
|
||||
gleam test # Run the tests
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue