C# board game | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

C# board game

What is the code for makinga a board game 2 player

27th Aug 2018, 2:48 PM
Swaleh Abubakar Badawy
Swaleh Abubakar Badawy - avatar
1 Answer
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
28th Aug 2018, 7:13 PM
gil gil