Table of Contents
This is a scrabble game I made in my GUI 1 class as a final project, this project incorporated all the things learned during the whole semester of this class.
How to play:
- Drag a tile onto the board, the first tile can be placed anywhere but the rest have to be touching another tile.
- Once you create a word you can submit the word and get points based on the tile value and mutiplier on the board. The tiles you used get restocked to make sure you have a full hand.
- Once you run out of tiles and can not make another word you can restart the game to play again.
There are still bugs left in this game, like mutiplers on the board not working correctly and also a dictionary not being added yet.
Download the code files can either load on a ode editor or open the html file
You do not need much to run this game all you need is a code editor, or you can just download the file and open the html file.
- code editor
- Clone the repo
git clone https://github.com/amanbhagat41/Scrabble.git
- Open the html file and enjoy!
You are free to use and download the code and change it to make it better and fix any bugs.
- Create a board and have tiles
- Make moveable tiles
- Have the basics of the game working
- Fix the board mutipliers
- Add dictionary
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Aman Bhagat - [email protected]
Project Link: https://amanbhagat41.github.io/Scrabble/