Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kom-senapati/word-game


https://github.com/kom-senapati/word-game

Last synced: about 4 hours ago
JSON representation

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!***