/wordsearch

Word Search App for Android

Primary LanguageJava

WordSerach

This is a Word Search `Android` Application written in `Java`. It has a 10 X 10 grid that contains the character squence of these following words:

  1. JAVA
  2. SWIFT
  3. KOTLIN
  4. MOBILE
  5. VARIABLE
  6. OBJECTIVEC

The characters of these words, are randomized across the grid (Multi-Dimensional Array) each time the application is refreshed.

UI/UX

It has an intuitive user interface that allows the user to swipe across the grid and find words. There are various animations to give the user an immersive experience, and also haptic feedback when words are found.