INNER CODE UNIT · Python

run_demo_mode

CYBERGEM777/HIDEAGEM · HIDEAGEM.py:120

def run_demo_mode(args):

    # Run unit tests
    HIDEAGEM_CORE.HIDEAGEM_RUN_UNIT_TESTS_C(
        True, # Loop
        True  # Demo mode
    )

#
#    HIDE GEMS
#

def run_hide_gems(args):

    # Load the ocean as a byte array directly
    with open(args.ocean, 'rb') as file:
        ocean_bytes = file.read()

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…