kjuraszek / advanced-tic-tac-toe

Advanced Tic Tac Toe made with React
GNU General Public License v3.0
0 stars 0 forks source link

Validation in the Settings needs to be improved #3

Open kjuraszek opened 4 years ago

kjuraszek commented 4 years ago

A function inputCheck() should check all fields and have more conditions. E.g. for now it's possible to set board size to negative values.