https://github.com/kom-senapati/word-game
https://github.com/kom-senapati/word-game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kom-senapati/word-game
- Owner: kom-senapati
- Created: 2022-09-01T04:51:27.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T06:11:11.000Z (about 3 years ago)
- Last Synced: 2024-11-17T23:09:20.904Z (11 months ago)
- Language: Python
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word Game
This repository contains python based a simple interactive word game.
## Running Tic-Tac-Toe:
```bash
git clone https://github.com/KOMNOOB/Word-game.git
cd Tic-Tac-Toe
python main.py
```
## Description :
- This is a simple word game where you have to tell a word starting with letter other player ends with.
- This continues till one player is unable to tell a word.
## Rules:
1. The game is played between two players.
2. The next word should start with the last letter of the previous word.
3. The game ends when a player can't think of a word.
4. The player who can't think of a word loses the game.
### Help from:
I am using a repo of dwyl/english-words to get the list of words.
- *Link* : [english-words](https://github.com/dwyl/english-words.git)
### Contributing:
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request
### Author:
- *Name* : K.om Senapati
***Contributions are welcome!***