fantasyinternet.poem
v0.22.0
Published
Fantasy Internet library for Poetry
Maintainers
Readme
fantasyinternet.poem
Fantasy Internet library for Poetry.
Setup
$ npm init
$ npm i -D poetry-compiler fantasyinternet.poemCode
File boot.poem :
include "fantasyinternet.poem/display.poem"
export "init" init
set_display_mode 0 80 20
print "Hello Fantasy Internet!"Compile
$ npx poetry boot.poem -b boot.wasm
$ [/path/to/]cyberterminal .See wiki for more examples and documentation.
