Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 764 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 764 Bytes

Crosswords

This project was inspired by the Android game Wordscapes. Wordscapes have hundreds of levels but those levels are hardcoded.

In this game, we get a random combination of 6 alphabets to make words from in limited time. Instead of being a hardcoded puzzle, the program generates a dynamic puzzle everytime using words from dictionary in a very short period of time (3 seconds average). Also uploaded its tutorial on my youTube channel.

Demo Instructions:

Press Spacebar to submit word
Press Backspace to remove a letter
Press Enter to skip to next round
Press Esc to surrender

Deployment Link: https://m-adil-as.github.io/Crosswords/

Crosswords.puzzle.mp4