Conway’s Game of Life is 0-player game designed by John Horton Conway in 1970. Each cell has two states: dead (black) or alive (white or empty). At the next generation
Generate 50 random numbers and draw them as bars. Following the steps of bubble sort algorithm and redraw the bar every single step to show how bubble sort works.
This tutorial explains how to implement gradually lighting up and moving animation. This is a continuation of gradually lighting up animation tutorial. So, please make sure you read it before