djog / tank_battalion

Tank Battalion recreation by DJOG Uno's 2020 in processing.
GNU General Public License v3.0
3 stars 0 forks source link

Create grid system #13

Closed rijkvp closed 4 years ago

rijkvp commented 4 years ago

Create a grid class that has a two dimensional array of unsigned integers that indicate what type of nodes they are. For now 0 is just nothing and 1 is a brick node. The class should also have a draw function that draws the grid. In the main class the grid should just be created & the draw function should be called.