All Projects → aviaryan → Hinix

aviaryan / Hinix

Licence: other
🔠 Exciting Word Game

Programming Languages

java
68154 projects - #9 most used programming language

Hinix

Travis branch Codacy Badge

Get it on Google Play

A Interesting Word game. Hackathon Project. Inspired from the classic Boggle game

Won first prize in Hackathon 🎉 🎆 🍾

Screenshots

Rules of the Game:

  • You have to make as many words as possible from a given grid of words.
  • You can move up, down, left, right, and diagonally to make a word.
  • Minimum word size is 4.
  • Target is to make every word possible from the grid.
  • You are given some initial points at the starting of each game and these points keep decreasing by the difference of the no. of words you made and total no. of words possible.
  • The game continues till you exhaust all the points.

Concept Used:

  • Depth First Search and a custom optmized greedy algorithm for generating the boards.
  • Depth First Traversal for solving the board.

Team Members (with contribution in Hackathon)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].