An incredible Word Finder game fully made in Kotlin
Wordify is an amazing Word Finder game.
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:
- Create a word search mobile app for Android or iOS (depending on the discipline you’re applying to). ✅
- The word search should have at least a 10x10 grid. ✅
- Include at least the following 6 words: Swift, Kotlin, ObjectiveC, Variable, Java, Mobile. ✅
- Keep track of how many words a user has found. ✅
- Make sure it compiles successfully.:white_check_mark:
- Randomize where the words are placed. ✅
- Make a slick UI with smooth animations. ✅
- Make it look good in portrait and landscape. ✅
- Feel free to add any additional features you can think of. (Swiping sound effects and countdown timer) ✅
- Allow the user to find the words by swiping over the words. ✅
- Countinous Integration using
- Difficulty Selection (Changes the countdown time)
- Swiping in 8 Directions
- Unit Test cases (Junit + Robolectric) and Instrumeted Tests (UIAutomator + LaTest)
- 12 Different Levels
- Random words from Datamuse API
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: .
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.