Skip to content

Wizard Points is a simple and intuitive web app that allows you to keep track of your points in the card game Wizard. It’s optimized for mobile usage and supports up to 6 players. You can personalize the game rules and keep track of the dealer and player order.

BuildmodeOne/wizard_points

Repository files navigation

Wizard Points

Wizard Points is a simple web app (optimized for mobile usage) that allows you to keep track of your points in the card game Wizard.

Visit the website (wizardpoints.app) to get started.

Features

  • Up to 6 players
  • Keep track of dealer and player order
  • Adjustable settings
    • Personalization
    • Game rules
  • Intuitive and simple UI
  • Progressive Web App (PWA)

Screenshots

Player screen Predict trick count screen Trick result selector screen New round screen Winner screen Settings screen

Contributing

GitHub

  • Create a fork of the repository
  • Clone the forked repository
  • Create a new branch
  • Make your changes
  • Push your changes to your forked repository
  • Create a pull request and describe your changes

Flutter

  • Install the Flutter SDK.

  • Check your Flutter installation

    flutter doctor
  • Switch to the stable channel

    flutter channel stable
    flutter upgrade
  • Install the dependencies

    flutter pub get
  • Run the app

    flutter run [-d Chrome]

Deployment

  • Build the app using CanvasKit in release mode

    flutter build web --web-renderer canvaskit --release
  • Deploy the app to Firebase

    firebase deploy

About

Wizard Points is a simple and intuitive web app that allows you to keep track of your points in the card game Wizard. It’s optimized for mobile usage and supports up to 6 players. You can personalize the game rules and keep track of the dealer and player order.

Topics

Resources

Stars

Watchers

Forks