DEV Community

Parker Marshall
Parker Marshall

Posted on

Dev Log 1

Started a game recently, it’s going to be a strategy turned based game that is played on a grid. Right now the idea is to do two player on one device, because I’m new and don’t know how to do multiplayer or advanced AI enemies. I have a grid made that reads numbers from lists and sub lists to make a grid that I can customize. No fancy sprites in yet and a lot of help from ChatGPT since I am struggling to code in c#. And tips to help me learn c# for unity in a good way. Most videos I watch make you code a game and I don’t really learn from that.

Here are pictures of the grid

List:

Visual:

Top comments (0)