A downloadable game for Android

Project Created for the 2021 Girl Develop It Hackathon
https://girldevelopit.com/virtual-hackathon-2021/

Used Unity 2020.3.22f1

Target API Android 11 - 30

Code: https://github.com/jschwarzwalder/GirlsDevelopIt2021

The Green Thumbs

Team Members:

  • Allison Voshell - UX/UI Design
  • Amber Meritt - Team mentor
  • Bridgette Sanderson - Team lead
  • Ena Patterson - Assets research
  • Jami Schwarzwalder - Senior Unity developer 
  • Jasmine Reese - Jr. Unity developer
  • Samantha Tarrice - Narrative writer

Basic Rules for Recycling:

  1. Recycled items should be clean, empty, and dry with no food or liquid to avoid contamination. *Items don’t need to be spotless but clean enough to re-use again
  2. Chasing arrows doesn’t always mean an item is recyclable.
  3. Don’t recycle anything smaller than a credit card.
  4. If an item cannot be recycled, try to re-use the item.
  5. Check with your local recycling program for their specific recycling capabilities.

Plastic:

  • Clean and dry items
  • Put cap back on
  • Rigid plastics are recyclable, labeled by resin codes 1 through 7. (The number in the chasing arrows.) Generally, the higher the number, the less recyclable it is. Most recycling centers will recycle plastics 1 and 2 without a problem.
    • 1: soda bottles, water bottles, food packaging 
    • 2: Detergents, bleach, milk, motor oil bottles
    • 3: Plastic piping, toys, furnishings
    • 4: Plastic wrap, grocery bags sandwich bags
    • 5: Clothing, bottles, tubs, rope
    • 6: Cups, foam food trays, packing peanuts
    • 7: Other

Paper:

  • Paper, newspaper and magazines are good to recycle.
  • If paper is soiled or wet, compost it.

Cans:

  • Recycle empty tin, aluminum and steel cans.
  • Empty aerosol cans are also recyclable. 
  • If the can has a plastic lid, remove it before recycling.

Cardboard:

  • Flatten and recycle all cardboard and paperboard
  • Cardboard pizza delivery boxes without grease, cheese, leftovers, or liners should be recycled. *Clean parts like the lid can be torn off and recycled.

Food & Beverage Containers: 

  • Rules for recycling milk cartons, juice boxes and food cartons vary by city, county and state. Check local recycling programs for options to recycle cartons

Glass:

  • Glass recycling rules vary, please check your local program guidelines.

What cannot be recycled: **Reuse these items when possible**

  • Plastic bags
  • Plastic wrap, bubble wrap, sandwich bags and freezer bags 
  • Flexible packaging like chip bags and juice or soup pouches
  • Cups with plastic or waxed coatings
  • Polystyrene foam, plastic "to-go" containers and cups are made of non-recyclable materials
  • Packing peanuts
  • Garden hoses, rope, leashes, wire, holiday lights, string and chains
  • Dirty diapers
  • Clothing, textiles, shower curtains, mini-pools, fencing and furniture
  • Medical waste, such as needles
  • Car parts, scrap metal, tires, filters, propane cylinders

Sources:

Assets Used for Project

Helpful Tutorials:

Download

Download
GreenMe-GirlsDevelopIt.apk 18 MB

Install instructions

Enable USB debugging on your Phone to transfer files

To use adb with a device connected over USB, you must enable USB debugging in the device system settings, under Developer options. To use adb with a device connected over Wi-Fi, see Connect to a device over Wi-Fi.

On Android 4.2 and higher, the Developer options screen is hidden by default. To make it visible, go to Settings > About phone and tap Build number seven times. Return to the previous screen to find Developer options at the bottom.

On some devices, the Developer options screen might be located or named differently.

You can now connect your device with USB. You can verify that your device is connected by executing adb devices from the <var>android_sdk</var>/platform-tools/ directory. If connected, you'll see the device name listed as a "device."

To install the device

  1. Follow this guide to set up ADB on your PC
  2. Open a command line and navigate to the folder where you installed ADB
  3. Make sure your device is connected and recognised by your computer, you can do so by running the command "adb devices" without the quotes, if everything is working you should see a list of connected devices.
  4. Run the command "adb install <apk-path>". Replace <apk-path> with the file path to the apk file. For example, "adb install C:\Users\Name\Downloads\game.apk"
  5. TIP: If you've already installed this game to your headset and would like to update it to the most recent version, please instead use the command "adb install -r <apk-path>". By adding the -r option you can override the old version of the game.