Skip to content

This is a simple word search game developed as a submission to the Mobile Developer Internship at Shopify.

Notifications You must be signed in to change notification settings

sivansundar/WordSearch20

Repository files navigation

WordSearch20

This is a simple word search game developed as a submission to the Mobile Developer Internship role (Android) at Shopify.

Introduction

WordSearch20 is a word search game in which the player must find a set of words from a grid of randomized letters. Finding the words in the shortest timespan will help you top the leaderboard. The grid view is a custom view built with letters being placed in a character array. To play this game, choose a difficulty mode and begin. You will be presented with a randomized grid everytime you begin the game. Find the set of words by swiping over the letters. Once you have done finding all the words, enter your name to get added to the leaderboard. You can then view the leaderboard, or share your best time on social media by clicking on the share button.

The leaderboard details are maintained using Room Persistence Library which is a part of the Android Jetpack components. The logo for this application was customized using a Shopify application called Hatchful - a simple logo maker and the UI components for this application were built using Google's Material Design Components.

Components used

  • Material Design Components for the UI

  • Custom view to build the Grid

  • Room persistant Library from the Android Jetpack toolkit

  • Sharing intent to share your best time on social media platforms.

  • TimeIt library by yashovardhan99 for the stopwatch.

  • Hatchful - A shopify application to build simple and rich logos.

Instructions

  1. Click on the play button and choose a difficulty mode.

  2. In the randomized grid, swipe over the letters to find the words.

  3. Once you are done finding all the words, enter your name to be added on to the leaderboard.

Screenshots

About

This is a simple word search game developed as a submission to the Mobile Developer Internship at Shopify.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages