Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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 ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Databases questions