taylorconor / tinytetris

80x23 terminal tetris!
Apache License 2.0
2.99k stars 591 forks source link

why set x, y••• as so huge #17

Open TYBCCCCC opened 2 years ago

TYBCCCCC commented 2 years ago

They are int ,why can they more than 2^15? (I am a beginner)

JAZ-CO commented 1 year ago

use long int as a datatype instead of int