Advertisement

Space Invaders Lesson 5 - Storing Data in Tables and Objects

Space Invaders Lesson 5 - Storing Data in Tables and Objects This is lesson 5 of the Learn to Code by Writing Games Course.

As our program gets bigger we're creating more and more variables. We need a better way to organise how we store our data. In this lesson we'll look at arrays and tables, and how we can use them in our code to create data objects. This is the start of Object Orientated Programming.

To download the code used in this lesson and for more information and tips go to

Make sure you check out the course website at

Objects

Post a Comment

0 Comments