This video extends the text-based menu developed in part 1 of this tutorial by adding a static method to display the menu items. It also separates the menu data from the display method by create arrays that store the menu options and item names. We also add prices to our menu by including a pricesRead more »

This video tutorial covers how to implement a very simple text-based menu driven program in Java. The tutorial uses basic programming constructs such as varaibles, input, ouptut, conditional blocks (if-statement) and a while loop in order to implement the menu. This video is the first in a series of videos that will build upon theRead more »

Perlin noise, developed by Ken Perlin for the movie Tron in the 1980’s, can be used to produce naturally ordered smooth sequence of pseudo-random numbers. For an in-depth explanation of how Perlin noise works you can check out a lecture by the man himself at http://www.noisemachine.com/talk1/. Perlin noise is heavily used in computer generated visualRead more »

« Previous Page