2dimension--what!? - Afterthought


Greetings reader!

Time for some discovery result from this game prototyping project.

This project leads to the discover of:

  • 2-dimensional array. What is thatttt!?
    2-dimensional array is a list of one-dimensional arrays. A 2-dimensional array can be thought of as a table, which has x number of rows and y number of columns.
  • Using 2D array on a class object.
  • Delegates in C#. What is delegate?
    Delegate is a reference pointer to a method. It allows us to treat method as a variable and pass method as a variable for a callback. When it get called , it notifies all methods that reference the delegate. The basic idea behind them is exactly the same as a subscription magazine.

The project is lacking of:

  • objective
  • randomized blocks, everything is constructed with raw data, I'm simply can't randomize them like I would with gameobjects, hmmm


Both 2d array & delegates is not even basic scripting anymore. Might be best to learn about them slowly as time goes.
What's next?


See ya!
- Rechronicle Games

Files

Puzzle Slider v0.1.zip 25 MB
Oct 15, 2020

Get Puzzle Slider

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.