Add basic game interactions.
Some checks failed
test / test (push) Has been cancelled

This commit is contained in:
Sebastian Bugge 2025-04-27 17:02:57 +02:00
commit 56e9d6672b
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691
7 changed files with 295 additions and 0 deletions

19
gleam.toml Normal file
View file

@ -0,0 +1,19 @@
name = "minesweeper_engine"
version = "1.0.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# description = ""
# licences = ["Apache-2.0"]
# repository = { type = "github", user = "", repo = "" }
# links = [{ title = "Website", href = "" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"