Python - Othello 2 player game over socket (Tornado)
Python 3+
Tornado
bcrypt for salted hash
pip install bcrypt
$ pip install motor
##Game Rules Read on Wikipedia
- Salted Hash instead of passwords
- XSRF and CSRF prevention
- SQL Injection / COde Injection Prevention
- More to be updated soon