Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 618 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 618 Bytes

othello

Python - Othello 2 player game over socket (Tornado)

Required Libraries

Python 3+ Tornado bcrypt for salted hash pip install bcrypt

MongoDB for persistence

MongoDB

Motor for using MongoDB

$ pip install motor

##Game Rules Read on Wikipedia

Security Features

  • Salted Hash instead of passwords
  • XSRF and CSRF prevention
  • SQL Injection / COde Injection Prevention
  • More to be updated soon