Skip to content

nombrekeff/bugsweeper

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 

Bugsweeper

Minesweeper written in Dart, UI made with Flutter. It's built to run in web for now, but is somewhat prepared to be run in Android or iOS too with minimal work.

Includes:

  • Minesweeper game logic
  • Basic Flutter UI
  • Unit Tests

Missing:

  • Widget / e2e tests
  • Animations & effects
  • Game timer
  • Localizations

Getting Started

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.