Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 341 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 341 Bytes

pygame-dots-and-boxs

dots and boxs game made in pygame

This eqation in game is writen as tline = ((a - 1)*(b - 1)*2)+(((a - 1)+(b - 1))*3)+4 but can be simplified to tline = 2ab+a+b