The Board
I am very happy with my progress today. I have finally managed to
render a board to the frame.
I have been
following a tutorial titled: Java Game development by Stone River eLearning.
That's where I learned the concept of using interfaces to render and update the game. The game class code is all
That's where I learned the concept of using interfaces to render and update the game. The game class code is all
attributed to this
tutorial.
The maze however I created by using a
two-dimensional array, which I can update and tweak whenever I need to.
Next steps are to develop a player and enemies.