Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 4.02 KB

README.md

File metadata and controls

77 lines (57 loc) · 4.02 KB

Wordify

An incredible Word Finder game fully made in Kotlin

Codacy Badge CircleCI GitHub license Lines of Code GitHub release

Wordify is an amazing Word Finder game.

📷 Photos

📋 Objective

Build an Android app that displays a word finder board that can be found swiping over words

Those below are the requirements and the bonus itens that are included in the app:

  1. Create a word search mobile app for Android or iOS (depending on the discipline you’re applying to). ✅
  2. The word search should have at least a 10x10 grid. ✅
  3. Include at least the following 6 words: Swift, Kotlin, ObjectiveC, Variable, Java, Mobile. ✅
  4. Keep track of how many words a user has found. ✅
  5. Make sure it compiles successfully.:white_check_mark:
  6. Randomize where the words are placed. ✅
  7. Make a slick UI with smooth animations. ✅
  8. Make it look good in portrait and landscape. ✅
  9. Feel free to add any additional features you can think of. (Swiping sound effects and countdown timer) ✅
  10. Allow the user to find the words by swiping over the words. ✅

🎉 Extras

  1. Countinous Integration using CircleCI
  2. Difficulty Selection (Changes the countdown time)
  3. Swiping in 8 Directions
  4. Unit Test cases (Junit + Robolectric) and Instrumeted Tests (UIAutomator + LaTest)
  5. 12 Different Levels
  6. Random words from Datamuse API

⬇️ Download the APK

The latest project build APK can be found at this Github repository release page.

You can also download the latest APK directly from there using this link: Wordify Apk.

📄 License

MIT License

Copyright (c) 2020 Jordan L. A. Junior

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.