Skip to content

Commit a1b17eb

Browse files
committed
Add translation instructions to README.md
1 parent f0f718c commit a1b17eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ This game is part of the [20 Games Challenge](https://20_games_challenge.gitlab.
9090
```
9191
Fix circular Android icons using [Icon Kitchen](https://icon.kitchen/).
9292

93+
6. **Translating:**
94+
```bash
95+
flutter pub run build_runner build --delete-conflicting-outputs
96+
```
9397
## ⚙️ Configuration
9498

9599
Most game parameters are defined in `lib/main.dart` within the `GameConfig` class. You can tweak these values to change the gameplay:

0 commit comments

Comments
 (0)