Skip to content

Playground Word Game is a Python program that simulates a two player word game. The program will first prompt the human player to enter his/her name to start a new game session.

License

Notifications You must be signed in to change notification settings

chydarren/ST2411-Playground-Word-Game-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Playground Word Game (AI Bot)

Playground Word Game is a Python program that simulates a two player word game. The program will first prompt the human player to enter his/her name to start a new game session. A game session begins by showing an initial challenging word (randomly picked by the program). The player and AI bot over the network will take turns to enter a new word in response to the challenge based on the game rules and earn points.

Preview

Usage

  1. Clone this repository into any directory.

  2. Enter the "playground-word-game-ai" directory by typing cd playground-word-game-ai.

  3. Start the network server by typing python3 soloServer.py.

  4. Run the client program by typing python3 soloClient.py.

Acknowledgements

Credits

This program was developed as an assignment for the Singapore Polytechnic, ST2411 Programming in Python and C module. I have uploaded the source files publicly for reference and personal usage only. Please refrain from plagiarising or passing it off as your own work.

Chua Han Yong Darren © 2017. Code released under the GNU Affero General Public License v3.0.

About

Playground Word Game is a Python program that simulates a two player word game. The program will first prompt the human player to enter his/her name to start a new game session.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages