using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Windows.Forms; namespace DominoGame { public partial class Form1 : Form { private List dominoes; private Random random; private int currentPlayer; public Form1() { InitializeComponent(); random = new Random(); StartNewGame(); } private void StartNewGame() { dominoes = GenerateDominoes(); currentPlayer = 0; UpdateUI(); } private List GenerateDominoes() { List dominoes = new List(); for (int i = 0; i
Здарова можно попытаюсь с тобой пройти ночной город?
Когда слишком легкая миссия и пытаешься усложнить🤣
Ну да
Здарова
@@СГМИ ку
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
namespace DominoGame
{
public partial class Form1 : Form
{
private List dominoes;
private Random random;
private int currentPlayer;
public Form1()
{
InitializeComponent();
random = new Random();
StartNewGame();
}
private void StartNewGame()
{
dominoes = GenerateDominoes();
currentPlayer = 0;
UpdateUI();
}
private List GenerateDominoes()
{
List dominoes = new List();
for (int i = 0; i