aisweeper

Version, currently main branch1 version
  • main branchlatestDec 8, 2025

github.com/lxxxvi/aisweeper

Minesweeper implementation in Crystal lang

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  aisweeper:
    github: lxxxvi/aisweeper
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.18.0
License
MIT
Author
mario
Target
  • aisweeper from src/aisweeper.cr

Dependencies

Runtime Dependencies

README

AI sweeper

Minesweeper implementation written in Crystal lang using Kemal.

It's not supposed to be clean or perfect, it's my playground to learn Crystal and its features.

Development

scripts/dev

Then open up http://localhost:3000/ in a browser.

Tests

scripts/test

Production

scripts/build

KEMAL_ENV=production ./bin/aisweeper

Screenshots

Index page of AI sweeper

Index page of AI sweeper