WordGrid Game is on GitHub

WordGrid Game was the first ever project I worked on. The idea of the project came form my elder brother who just got admitted into BUET. He had to submit a project in the university which will be written in C with graphics based on a header file created by one of the teacher of BUET. He and one of his partner decided to give life to a very popular game played by primary students which they named 'WordGrid Game'. It is a game played usually by two players. The game is very simple:
There will be a grid (may contain unlimited number of rows and columns) where players can only fill one field at a time. First a player began by putting a letter in any field. The other user have to figure out a word that can be made out of the letter(s) in the field in addition with another word that he can input. If he inputs a letter and the letter & the previous letter(s) of the same row (right to left) or column (top to bottom) makes a meaningful word, the user will get point(s) according to the length of the word. When all the fields are filled, the game summery should be made and he who gets more points wins.
They were successfully able to made this game although it lacked many features and words. (They once used Oxford's 3000 words but unluckily they lost the project folder).
Anyway, it encouraged me to make a similar program using PHP, HTML and JavaScript. So, I wrote this program at that time (2012-2013). Now I have rewrote this program (well, I was only a beginner in PHP at that time) and transform it into OOP and made it open source under MIT license.
WordGrid Game Title Page
To fork, download or clone visit: https://github.com/MuntashirAkon/WordGrid

No comments:

Post a Comment