mancala_web

Mancala Web

Build

To Build, run flutter build web. Navigate to build/web and run

  • python -m SimpleHTTPServer 8000 if you have python 2 installed (or)
  • python -m http.server 8000 if you python 3 installed