Pygame recreation of mobile app "Apalabrados" which is quite similar to the famous board game "Scrabble"
Python 3.6.3
Pygame (Python module)
PyYaml (Python module)
1 - Python download and follow installation steps from https://www.python.org/ instructions
2 - After configuring Python in your system run the following commands from your terminal
pip install pyyaml
pip install pygame
- Python - Programming language web
- Pygame - Python module required for designing 2D video games
- PyYaml - Used for config file
- Arkaitz Ulibarri - (https://github.com/ArkaitzUlibarri/)