Tagged Questions
-1
votes
1answer
411 views
How can I guarantee a solvable Fifteen Puzzle shuffle?
I am making a 15 Puzzle game in C# that allows the user to enter a custom row and column value up to a maximum of a 10 x 10 puzzle. I am having problems with the shuffle method.
I want to make it so ...
1
vote
2answers
458 views
What basic windows form games should I build as a newbie in game development? [closed]
I am a complete newbie in game development. I want to know about some basic games that I can start building with simple algorithms and basic knowledge. I have already made few basic games like ...