Code Monkey home page Code Monkey logo

wordfrenzy's Introduction

WordFrenzy

A complete Java GUI application for word unscramble game.

Description

The whole code is written with the help of the Intellij Idea IDE and MySQL connector for Java Database Connectivity(JDBC). Efficient alogrithms are used to calculate the words by generating all of its permutation and searching them in an inbuilt Dictionary(Editable Dictionary).

FrontEnd

The front end part of the application is made using the Java Swing libraries. The Intellij Idea made it easy by providing the GUI Forms.

BackEnd

The Back end of the applicaiton takes the input string uses highly efficient algorithm to generate the permutation and search them into the dictionary. It uses the JDBC concept to search even faster and allows adding of the words into dictionary.

The searching could be more efficient if we would seperate code for the words of length greater than 10 or 12. There could be several other ways to implement that. We would come up with more efficient way in the next release.

Screenshots

The Home Page (Auto Configuration of Database)
WF-SS-1

Efficient Searching (Searching it in Database)
WF-SS-2

Bigger words can be searched faster
WF-SS-3

Words can be added to the Dictionary (If not present)
WF-SS-4

For Example: I have added my name in it
WF-SS-5

wordfrenzy's People

Contributors

harsh5488 avatar kus-hal avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.