Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Refreshed by a brief blackout, I got to my feet and went next door. -- Martin Amis, _Money_


devel / alt.lang.asm / Re: Fw: Wordle for DOS in 256 bytes

Re: Fw: Wordle for DOS in 256 bytes

<20230720113803.f2a78e1b8065f79a8a083844@127.0.0.1>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=435&group=alt.lang.asm#435

  copy link   Newsgroups: comp.lang.asm.x86 alt.lang.asm comp.os.msdos.programmer
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: adm...@nospicedham.127.0.0.1 (Kerr-Mudd, John)
Newsgroups: comp.lang.asm.x86,alt.lang.asm,comp.os.msdos.programmer
Subject: Re: Fw: Wordle for DOS in 256 bytes
Date: Thu, 20 Jul 2023 11:38:03 +0100
Organization: Dis
Lines: 68
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <20230720113803.f2a78e1b8065f79a8a083844@127.0.0.1>
References: <20220428153139.3e3fa1ee573770f1714c2863@127.0.0.1>
<20220430105414.ffdf0e0c18b9c70f4c747a3a@127.0.0.1>
<20220503094908.c14fb70f66a9c0ee86cb2f19@127.0.0.1>
<20230705121529.c38019e9cd83bd2a04de4f4f@127.0.0.1>
<20230715180511.4fa18a1a5751147f3f3c4231@127.0.0.1>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="1ec01bd760f2505bae9993544f85a3c1";
logging-data="2818016"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/q5jT+iQheuQX5Pon+Em3Gvl6JO72o/tA="
Cancel-Lock: sha1:v6PnUq1gXCd+VZ1kxu3TBgjamDs=
 by: Kerr-Mudd, John - Thu, 20 Jul 2023 10:38 UTC

On Sat, 15 Jul 2023 18:05:11 +0100
"Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> wrote:

> On Wed, 5 Jul 2023 12:15:29 +0100
> "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> wrote:
>
> > On Tue, 3 May 2022 09:49:08 +0100
> > "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> wrote:
> >
> > > On Sat, 30 Apr 2022 10:54:14 +0100
> > > "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> wrote:
> > >
> > >
> > > > > DOS program for Wordle <=256 bytes
> > >
> >
> > New version shows (un)highlights guessed letters at the bottom of the
> > screen; can type in or backspace (no full screen editor here!), invalid
> > words are blanked ready for another attempt.

Saved 20 bytes, spent them on putting 'Wordle' as a title!
> >
-> d 100 l100
16AB:0100 B0 03 CD 10-BA FF 01 89-D7 B5 FF B4-3F CD 21 95 ............?.!.
16AB:0110 B4 2A CD 21-92 99 F7 E0-88 D0 31 D2-F7 E5 01 FD .*.!......1.....
16AB:0120 01 D7 92 31-D2 B9 07 00-F7 F1 29 D7-B7 B8 53 1F ...1......)...S.
16AB:0130 BB 0C 00 BE-F9 01 2E AC-88 47 48 4B-4B 75 F7 B3 .........GHKKu..
16AB:0140 34 B8 5A 70-89 87 36 0F-48 4B 4B 75-F7 BA 20 60 4.Zp..6.HKKu.. `
16AB:0150 BE CA 02 98-CD 16 3C 1B-75 01 C3 09-DB 74 04 3C ......<.u....t.<
16AB:0160 09 72 3D 3C-0D 74 15 80-FB 0A 74 E7-24 DF 3C 41 .r=<.t....t.$.<A
16AB:0170 72 E1 3C 5A-77 DD 88 00-43 43 EB D7-56 57 BF F9 r.<Zw...CC..VW..
16AB:0180 01 AC B1 05-47 01 CF 39-EF 77 10 AE-77 F6 72 0B ....G..9.w..w.r.
16AB:0190 56 57 49 46-A6 E1 FC 5F-5E 75 E7 5F-5E 74 09 F8 VWIF..._^u._^t..
16AB:01A0 4B 4B 88 38-77 FA EB AB-56 57 4E B1-05 B4 05 46 KK.8w...VWN....F
16AB:01B0 A6 88 33 75-06 88 14 88-13 FE CC E2-F2 5F 5E 9C ..3u........._^.
16AB:01C0 56 B1 05 AD-51 B1 05 57-80 FC 07 75-11 E3 0F F2 V...Q..W...u....
16AB:01D0 AE 75 0B 38-13 74 F6 88-74 FF 88 13-B4 60 88 C3 .u.8.t..t....`..
16AB:01E0 D1 E3 88 A7-B7 0E 5F 59-E2 D9 5E 9D-74 0A 81 C6 ......_Y..^.t...
16AB:01F0 40 01 81 FE-4A 0A 72 A7-C3 65 6C 64-72 6F 57 00 @...J.r..eldroW.
-> q
>
> >
> > >
> > > Usage:
> > >
> > > wordle.com < wordle.txt
> > >
> > [] Alpha input or Bkspace, Esc to quit, Enter to test the current word.
> > > Green highlight for exact letter, brown for correct letter but not correct position.
> > >
> > > 'wordle.txt' must contain a sorted list of 5 letter allcaps words, double spaced or CRLF pair (i.e. the next word starts 7 bytes after the start of the previous one).
> > >
> >
> >
> >
> > --
> > Bah, and indeed Humbug.
> >
>
>
> --
> Bah, and indeed Humbug.
>

--
Bah, and indeed Humbug.

SubjectRepliesAuthor
o Fw: Wordle for DOS in 250 bytes

By: Kerr-Mudd, John on Thu, 28 Apr 2022

9Kerr-Mudd, John
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor