An AI powered cross-platform Alchemy Game written in Flutter.
Web Demo — requires your personal Google AIStudio API key (instruction is down below).
- Go to https://aistudio.google.com
- Sign In with your Google Account
- Press "Get API key" or go to https://aistudio.google.com/apikey
- Press "Create API key" and wait for it to be generated
- Use additional run arg:
--dart-define=GEMINI_API_KEY=[your_api_key_here]
- Fork this repository
- Run
dart deploy_web.dart
- In your GitHub repository go to Settings -> Pages
- In Branch menu select the branch
web
- Wait for corresponding GitHub Action to be completed