Compare commits

..

2 Commits

Author SHA1 Message Date
0eb8008ac0 Merge pull request '123' (#2) from HOME into master
Reviewed-on: #2
2025-01-22 20:02:23 +03:00
Желонкин Денис
8f29f93577 123 2025-01-23 00:01:07 +07:00

View File

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