Wordle using C#
You can look for a project article I post it on 2 places. The contents are the same.
https://www.codeproject.com/Articles/5347429/Sharpword
https://github.com/KDevZilla/ArticlesPublic/blob/main/Sharpword.md
-
Just download a project, it is just a small program written in C# Windows Form.
-
There are 2 projects Sharpword: This is the main project SharpWordUnitTest: This it the test project
-
The nesecially file already being configured as "Copy to Output Directory" so you no need to manually copy or configure anything, jut run the program
-
For testing the project, you can just run The test cases in UnitTestSharpWordGame.class
- 2022-11-20 The incorrect color in case there are more than one character user guess while there is only one correct character.
In this below case the color of the fist P must be gray not yellow.
Thank to https://www.reddit.com/user/elvishfiend/ to point out
- 2022-11-20 The incorrect color also
Thank to https://www.reddit.com/user/m4trixglitch/
Before fix