Flutter project created for the Animation Graphics. Simple game with usage of AnimationContainers.
If u want to run project by yourself localy e.g on web:
flutter build web --web-renderer canvaskit --release
After that go to build/web now you need to host server:
python -m http.server 8000
Now visit http://localhost:8000 and after some time you should be able to play the game.
