DAT 405 – Assignment – Space Invaders
Brief: Your task in this final week of the module is to build a basic version of the classic Space Invaders Arcade game using the Processing programming language.
This module provides an introduction to programming for digital artists and designers. The syllabus, topics, examples and style of teaching are designed to support interaction, graphics, video, animation, sound, embedded systems and integration with live data sources.
Brief: Your task in this final week of the module is to build a basic version of the classic Space Invaders Arcade game using the Processing programming language.
Today we were introduced to the Processing programming language (http://www.processing.org). Working through six practical tasks, we became familiar with: Declaring variables names and their types e.g. String, int and float Assigning values to variables Performing calculations using mathematical operators e.g. addition and multiplication Outputting to the console, including concatenation Commenting code The final Processing code… Read More »