English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language > Coders. C/C++

 
 
Thread Tools
Old 26 March 2022, 21:05   #1
alkis
Registered User
 
Join Date: Dec 2010
Location: Athens/Greece
Age: 53
Posts: 719
awordle - Wordle console implementation

This is a Wordle implementation for console.
Computer picks a random 5 letter word from a list, you have to guess it.
You got 6 tries. Each time you try a guess, you get hints.
On Amiga console the following color scheme is used. (Provided you are on default palette)
- Black, this letter is not contained in the word
- Orange (1.3) / Blue (>=2.0), letter exists but not in that position
- White, letter exists and in the right place

That's the standard (besides the actual colors) Wordle.

Source code included in archive.

--- Cheats ---

Cheat #1:
if instead of a 5 letter word guess you type 'list', then you get the words that remain if you apply all the previous hints you already got.

Cheat #2:
If you go to play the official Wordle (https://www.nytimes.com/games/wordle/index.html), you can encode the hints you get from there.
Say you start with guess word 'raise' and you get 5 gray letters, you can encode this hint as
0r0a0i0s0e
you prepend each letter with 0 for gray, 1 for yellow, 2 for green, and then you can type 'list' and get the possible words.
You continue inputing the hints and just type 'list' and list of possible words gets smaller and smaller.
Attached Files
File Type: zip awordle-1.0.zip (48.4 KB, 58 views)
alkis is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
ReadArgs implementation for kickstart 1.3 jotd Coders. Asm / Hardware 19 06 February 2023 12:45
Best AGA implementation on FPGA? eXeler0 Amiga scene 171 04 February 2016 01:15
a500 ide68k and fastmem implementation kipper2k Hardware mods 68 15 September 2013 17:38
StormC V4 sleep() implementation Vot Coders. C/C++ 3 26 May 2013 16:23
Best Amiga E implementation Madcrow Coders. General 1 25 June 2008 00:54

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 17:49.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.29987 seconds with 16 queries