0
C# board game
What is the code for makinga a board game 2 player
1 ответ
0
swaleh,first you need to think in what platform youll do it(console app,wfa etc),c# is a great coding language to make games,it is understandable for other pepole and is easily used.
second,i suggest you to make a class "player" that will show stats for each player,also a class or function with total game stats using variables,and also a class or function that will display the game platform or edit it,depends on what you want to do and the platform you work with.
here is a code i made of console application tic tac toe,try it with visual studio or a good compiler for c#
https://code.sololearn.com/c3sDXQ2AM91W/?ref=app