Hello I'm new to C# and SQL server and I've been creating a simple game for the last 3 weeks. So far so good but now I'm having trouble finding a way to store the result of a calculation in row 0.
Example: the player starts off with 10 units and the enemy has 6 units, the player attacks the enemy with 7 units leaving him with one unit left. Now in total he has 4 units. How do I store this result and future results in row 0.