No description
Find a file
Sebastian Bugge 842ef0413b
Some checks are pending
test / test (push) Waiting to run
Add basic game interactions.
2025-04-27 17:02:57 +02:00
.github/workflows Add basic game interactions. 2025-04-27 17:02:57 +02:00
src Add basic game interactions. 2025-04-27 17:02:57 +02:00
.gitignore Add basic game interactions. 2025-04-27 17:02:57 +02:00
gleam.toml Add basic game interactions. 2025-04-27 17:02:57 +02:00
manifest.toml Add basic game interactions. 2025-04-27 17:02:57 +02:00
mise.toml Add basic game interactions. 2025-04-27 17:02:57 +02:00
README.md Add basic game interactions. 2025-04-27 17:02:57 +02:00

minesweeper_engine

Package Version Hex Docs

gleam add minesweeper_engine@1
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

gleam run   # Run the project
gleam test  # Run the tests