Question
i want to code a C# program that generates a Board Game according the input number (n) entered by the user. Creates (n x n)
i want to code a C# program that generates a Board Game according the input number (n) entered by the user. Creates (n x n) board game. The board should be filled in with random characters i would have defined in a list like (+, -, , @, #, ^). I want to be able to change position of these characters inside the board moving them using coordinates around them but can't move them diagonally. If three or more identical characters from the defined list of the same type are grouped together to form an L letter, then these characters will immediately disappear. The gaps that these leave behind will be filled by characters already existing on the board moving in one of the directions. This of course produces gaps in the board which will be filled with new randomly selected characters from the defined list. Include comments in your code for easy understanding. Please if you not sure please don't post your answer unless you test it yourself and it meets all these description.
Step by Step Solution
3.37 Rating (156 Votes )
There are 3 Steps involved in it
Step: 1
OUTPUT Following words of dictionary are present GEEKS QUIZ ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started