Gomiland is a recycling focused game where players explore the city of Gomiland and help pick up and sort rubbish. Learn about the Gomiland's effort to be a sustainable city by talking to the people and reading the signs!
From the main menu you can:
- Start a new game
- Redeem codes to add items in the game (see below)
- Sign in or create an account (required for features 4-6)
- Load saved
- Add and accept friend requests
- View high scores
#How to set up
- Install Flutter on your device.
- Download the repo
- Run
flutter pub get
Web
- Start a Chrome window
flutter run -d chrome --web-renderer canvaskit
Android
- Enable Android developer mode
- Attach Android phone
- Check device id
flutter devices
- Run on Android device
flutter run -d <device_id>
iOS
- Attach iPhone/ iPad
- Open Xcode
- Choose Open Existing Project
- Select runner file ./ios/Runner.xcworkspace (not .xcodeproj)
- Select target device
- Run on target device
- If it states "Untrusted developer, ...", allow the app to be run by going to Settings > General > Device management > trust profile
- Run again
To install the app and use it even when not plugged in"
- Attach iPhone/ iPad
- Choose a development team (Any Apple ID would suffice)
- Run
flutter run --release
If there is an error caused by a conflict in pod file:
- Delete file ios/Podfile.lock in root folder
- run
cd ios && pod install && cd ..
#Redemption codes
These redemption codes are given out to NGOs/ recycling centres/ companies to give players when they contribute to sustainability. These codes are to unlock objects that players can buy in their zen garden. For the purposes of illustration, the codes are given below for the demo
- Code: '1234' Item: Bonsai 1
- Code: '2345' Item: Bonsai 2
- Code: '3456' Item: Bonsai 3
- Code: '4567' Item: Bonsai 4
- Code: 'qwer' Item: Rock 1
- Code: 'wert' Item: Rock 2
- Code: 'erty' Item: Rock 3
Code Development and gameplay Lim Chee Keen limcheekeen.63@gmail.com
Art and Design Hong Yeu Wing Amelia Yeo Lim Chee Keen
Music and Sound Parker Clendening Iori Goto
Thanks for playing!