Skip to content

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

License

Notifications You must be signed in to change notification settings

markwpearce/roku-sudoku-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published