KDevZilla / Sharpword

Wordle clone using C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sharpword

Wordle using C#

Game Animation

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

How to setup a project

  1. Just download a project, it is just a small program written in C# Windows Form.

  2. There are 2 projects Sharpword: This is the main project SharpWordUnitTest: This it the test project

  3. 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

  4. For testing the project, you can just run The test cases in UnitTestSharpWordGame.class

Bug fixed

  1. 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

Before fix
SharpWord_Incorrect_TileResult

After fixed
SharpWord_Fixed_TileResult

  1. 2022-11-20 The incorrect color also
    Thank to https://www.reddit.com/user/m4trixglitch/
    Before fix
    SharpWord_Incorrect_TileResult_02

After fixed
SharpWord_Fixed_TileResult_02

About

Wordle clone using C#

License:MIT License


Languages

Language:C# 99.1%Language:Smalltalk 0.9%