Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 792 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 792 Bytes

crossword-puzzle-game-python

Design a Puzzle Game in which, various letters will be shown in a table and he/she can move horizontally, vertically or diagonally in order to make meaningful words.

ABSTRACT

The goal of this project was design a puzzle game in which, various letters will be shown in a table and he/she can move horizontally, vertically or diagonally in order to make meaningful words.

1.W3school :- https://www.w3schools.in/python-tutorial/gui-programming/#A_Sample_Program_Using_Tkinter

2.Python Documentation:- https://docs.python.org/3/library/tkinter.html#tkinter-modules

3.Geeksforgeeks:- https://www.geeksforgeeks.org/python-simple-gui-calculator-using-tkinter/?ref=lbp

4.tutorialspoint:- https://www.tutorialspoint.com/python/python_gui_programming.htm