!Arcle

Post Reply
steve-h
Posts: 152
Joined: Sun Feb 21, 2021 9:26 pm
Contact:

!Arcle

Post by steve-h »

Wordle for the Acorn Archimedes range of machines. Tested on RiscOS 3.10 on an A3000

Requires RiscOS 3.10 (3.0 doesn't have the right C library, 2.0 throws a wobbly about some SWI or other)

https://github.com/stevenhowes/Arcle/releases/ (pick latest version)

https://www.youtube.com/watch?v=PJH2VOZjBmw

Image
Last edited by steve-h on Tue Mar 08, 2022 11:13 am, edited 3 times in total.
joachim
Posts: 325
Joined: Wed Jun 21, 2006 2:20 am
Location: Germany
Contact:

Re: !Arcle

Post by joachim »

What would really recreate that 1989 vibe would be a Wimp version, with green and orange picked from the default 16-colour palette …
steve-h
Posts: 152
Joined: Sun Feb 21, 2021 9:26 pm
Contact:

Re: !Arcle

Post by steve-h »

Not done any WIMP stuff before sadly, half of the graphics code for this was ripped out of a Star Trek game I was making :lol: Maybe I'll get around to a slightly 'newer' looking version.
User avatar
ChrisB
Posts: 547
Joined: Wed Oct 05, 2011 10:37 pm
Location: Surrey
Contact:

Re: !Arcle

Post by ChrisB »

Good start! No issues with memory on this platform at least.

As people pointed out to me - your letter logic needs some work. ;)
The game doesn't colour the second double letter if it's in the wrong place.
Capture.PNG
The target word in the case is "peels" (hacked word list)

I'd prefer a keyboard to show the letters you've guessed - and yes - it's crying out for a wimp version.

Lastly - given the archie knows the date you could put it in "strict" mode and provide the same word as the online version and keep stats....
Castle Defender, Untitled Dungeon Game, Night Ninja, Wordle, Waffle, Acorn Island, Beebchase, Ghostbusters
steve-h
Posts: 152
Joined: Sun Feb 21, 2021 9:26 pm
Contact:

Re: !Arcle

Post by steve-h »

My plan is to add date support so it gives the same Wordle as the online one, I've used any of the date SWIs yet so some work to do there. The word list is in the same order as Wordle so should just work.

Interesting one re: the double letters, i thought i'd figured that one out. Code is a bit of a mess, I'll log a bug report! Thanks.

Steve

P.S. There we go. I'll try and fix it.
https://github.com/stevenhowes/Arcle/issues/1

P.P.S Fixed (along with another one I found). Bugfix here https://github.com/stevenhowes/Arcle/re ... tag/v1.0.1
steve-h
Posts: 152
Joined: Sun Feb 21, 2021 9:26 pm
Contact:

Re: !Arcle

Post by steve-h »

Now does the correct one based on date. Not too bad other than the wonders of the 40-bit integer RiscOS uses for dates :D

https://github.com/stevenhowes/Arcle/re ... tag/v1.1.0
steve-h
Posts: 152
Joined: Sun Feb 21, 2021 9:26 pm
Contact:

Re: !Arcle

Post by steve-h »

I'm guessing the NYT changed the words as we're now one word out of sync :(
Post Reply

Return to “new risc os games and conversions”