C# - I am trying to create a grid lock game and I need your assistance -


since don't have 10 reputation post image, going leave link of game picture. http://thinkfun.com/mathcounts/play-rush-hour

this want create. game rectangle must pass through other rectangles through hole win game. main rectangle can move forward , other rectangles can move either right, left, or down depending on position. must move other rectangles in way make way main rectangle pass.

here plan how going create game:

  1. create forms, import images , graphics ready work them.

  2. write code 1 rectangle able move around.

  3. write algorithm wouldn't allow rectangles go through each other.

  4. make winning hole.

  5. code other rectangles, make full game.

  6. make fancy animations.

  7. import statistics : score, move counter , etc.

here questions wanted ask before trying develop game.

(oh, , way, using visual studio c# form )

  1. i assume these rectangles not going buttons, kind of "button" (or whatever call features ) should use?

  2. how make skin rectangles? can make wood , make nice skin main rectangle.

these questions far. know how overcome problems , hear tips. thank time!

  1. use graphics draw rectangles. else make object hold info , can import image "skin".

  2. see number 1.


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -