Wordle

Post Reply
Justin Baldock
Posts: 65
Joined: Fri Jun 26, 2020 1:12 am
Location: Adelaide

Wordle

Post by Justin Baldock »

I've created a basic version of wordle, the basic text file is attached. The GitHub for this project is available at
https://github.com/JustinBaldock/X16-Wordle/tree/main
Attachments
wordle.bas
(20.3 KiB) Downloaded 377 times
User avatar
ahenry3068
Posts: 1132
Joined: Tue Apr 04, 2023 9:57 pm

Re: Wordle

Post by ahenry3068 »

Very cool
voidstar
Posts: 492
Joined: Thu Apr 15, 2021 8:05 am

Re: Wordle

Post by voidstar »

Bug on line 45180 when doing SPACE for help, it needs to GOTO back to 45180 instead of 45170
Post Reply