acm.io.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javakarel Show documentation
Show all versions of javakarel Show documentation
This the original Stanford Karel for Java, packaged for Maven. ACM Library is included. See also https://cs.stanford.edu/people/eroberts/karel-the-robot-learns-java.pdf
The newest version!
The acm.io Package
This package includes two classes that simplify I/O operations.
The first is IOConsole
, which provides
a traditional interactive console.
The second is IODialog
, which
provides a dialog-based input mechanism that is compatible with the console
design.
Each of these classes implements the IOModel
interface, which unifies the two input models.