Read chapters 10 and 11 in the textbook Explorations in Computing.
include SphereLab
b = make_system(:solarsystem)
view_system(b[1..5], :dash => 1)
30.times {update_system(b, 86459)}
What bodies of our solar system are visible in this simulation? Approximately what length of time is represented by this simulation?

Source: http://en.wikipedia.org/wiki/Gomoku
The object is to be the first player to get five adjacent pieces in a row, column or diagonal. move.