nodeLogic: Node Logic

Description Usage Arguments Details Author(s) Examples

Description

This function generates the node logic for circuit (9 item family) or trail (6 item family) type maze. Please refer to details for more information

Usage

1
nodeLogic(value, type, itemFamily)

Arguments

value

seed value

type

select either 'circuit' or 'trail' type network maze.

itemFamily

There are 9 item family for circuit and 6 item family for trail type network maze.

Details

Currently, there are 9 item families for circuit type items and 6 item families for trail type mazes. They are by no means based on increasing difficulty. This is based on the uniquness of each pattern.

Circuit (radical 1). 2 Same even number nodes

Circuit (radical 2). Different even number nodes

Trail. Same uneven number of nodes

Author(s)

Aiden Loe

Examples

1
nodeLogic(value = 1, type= "circuit", itemFamily= 1)

networkGen documentation built on May 6, 2019, 1:10 a.m.