using System.Collections.Generic;
[System.Serializable]
public class PlayerDataHandler
{
public int money = 0;
public List<string> itemsNames = new();
public List<string> battles = new();
}
[System.Serializable]
public class BattleDataHandler
{
public enum Status_:byte
{
Requested=1,
Ongoing,
Ended
}
public string playersName = string.Empty;
public Status_ status = Status_.Requested;
public string[,] board = new string[8, 8];// { A{1,2,3,4,5,6,7,8},{,,,,,,,,},{,,,,,,,,},{,,,,,,,,},{,,,,,,,,},{,,,,,,,,},{,,,,,,,,},{,,,,,,,,}}
}
Next up
Guess who it is...
Simple show of first early access build- update 0.1.0 named in English "Electrician power doesn't touch" or in Polish "Elektryka prąd nie tyka".
A shiny stones update
I'm making a game for GMTK Game Jam 2025. Here are some early shots from the game for today's screenshotsaturday:
Mods Update is ready to work!
1.5.0 Release Date Confirmed! But First… Here's What We've Improved
>Review after playing Eve Online for around 50 hours<
My work on animated enemy
Welcome to the Operation Overlord. Prepare to be a part of the Normandy invasion fight the enemy at all cause you will fight on the most significant battles of the D-Day from the sea landings to the capture of Caen.
Download: https://gamejolt.com/games/The-Normandy-D-Day/905585













0 comments