/roku-sudoku-test

Sample Roku App that shows how a Sudoku Grid can be done

Primary LanguageBrightscriptMIT LicenseMIT

Roku Sudoku Test Sample App

Sample Roku App in SceneGraph that shows basic Layout and user interaction

Setup instructions

Install npm dependencies (For node-based BSC tools)

npm install

Usage

Running from VSCode

  1. Install BrightScript Language extension

  2. Run BrightScriptDebug: Launch

  3. Or, create a .env file in the format:

ROKU_HOST=<IP Address of Roku>
ROKU_PASSWORD=<Developer password>

and run BrightScriptDebug: Launch From ENV

Running from Command line

Run npm run build

This will create a zip file: ./out/suduko-test.zip

Debugging

This repository comes pre-configured to work with the BrightScript Language extension for Visual Studio Code. So once you have that plugin installed, debugging your project is as simple as clicking the "Start Debugging" button.