Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
0eb8008ac0 | |||
![]() |
8f29f93577 | ||
![]() |
65fc603007 |
10
Form1.cs
10
Form1.cs
@ -14,11 +14,11 @@ 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();
|
||||||
private Timer buttonTimer = new Timer(); // Таймер для появления кнопок
|
private Timer buttonTimer = new Timer();
|
||||||
|
|
||||||
public Form1()
|
public Form1()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user