Compare commits

..

No commits in common. "0eb8008ac094ec28112336db64094a5fb8761679" and "65fc6030075036fb5d2821a194d05837b148533a" have entirely different histories.

View File

@ -14,7 +14,7 @@ namespace gameeee
public partial class Form1 : Form
{
private Random random = new Random();
private int score = 0;// bpvtytbyt
private int score = 0;
private int timeLeft = 60;
private int interval = 1000;
private Timer gameTimer = new Timer();