This commit is contained in:
Желонкин Денис 2025-01-23 00:01:07 +07:00
parent 65fc603007
commit 8f29f93577

View File

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