game_matrix
index
/home/tom/py/gm/game_matrix.py

# ==================================================================
# 3D Matrix Game - Main Program
#
# Create random links between nodes in the matrix. Using the Links,
# find a path from the matrix start node to the end node.
#
# ------------------------------------------------------------------
# Notes:
#
# 1. the matrix is a cube (n by n by n) of nodes
#
# ------------------------------------------------------------------
# Useful links:
#
# a. docs.python.org/3/library/random.html
#
# ==================================================================

 
Modules
       
game_matrix_config
game_matrix01
game_matrix_menu