Yes, just as a useful guide, to see it play, and for an end user (newbie) be able to instantly view the code (without having to know further location details), like the Studio examples…/Regards Rob
> On 22 Jun 2016, at 7:12 AM, Ric Sherlock <[email protected]> wrote: > > Thanks Rob! > You're right that the code is not secret. It is all available in the addon > folder. The following should display the code in the Edit window. > open 'games/2048/ui_wd' > open 'games/2048/engine' > > Were you thinking more from an evangelistic POV? > > On Tue, Jun 21, 2016 at 8:10 PM, Rob Hodgkinson <[email protected]> wrote: > >> Very nice Ric ! >> Maybe also include a View/Code option (obviously no secret, as its on >> rosettacode.org <http://rosettacode.org/>). >> >> Regards Rob >> >> >>> On 21 Jun 2016, at 5:54 PM, Ric Sherlock <[email protected]> wrote: >>> >>> I've added a Wd-based UI to the Rosetta code task 2048 engine >>> <http://rosettacode.org/wiki/2048#J> and released it as an addon. >>> >>> Install via the Package Manager >>> Run using: >>> load 'games/2048' >>> >>> or load the desired UI directly >>> load 'games/2048/ui_wd' >>> load 'games/2048/ui_console' >>> >>> Enjoy! >>> ---------------------------------------------------------------------- >>> For information about J forums see http://www.jsoftware.com/forums.htm >> >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
