Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 977 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 977 Bytes

Visual Examples

This project contains sample b-programs whose execution and verification an be examined visually.

Currently, it provides a "playground" for running and verifying maze models.

This program may also serve as an example of using BPjs in a "normal" application.

Running from the commandline:

Maven Project:

mvn exec:java

Screencaps

Running maze simulation:

images/sc-run.png

Finding maze solution using verification:

images/sc-run.png


  • This project uses BPjs.
  • BPjs uses the Mozilla Rhino Javascript engine. See here for project page and source code.
  • Syntax coloring done using RSyntaxTextArea
  • The application UI is done using the standard Java Swing library.