Luke2336 / wordle

My first Pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordle

Run

pip3 install pygame
make

How to Play

Keyboard

  • a ~ z
  • backspace: delete a character
  • return: enter a word

Color

  • green: correct position
  • yellow: wrong position
  • gray: character does not exist

About

My first Pygame


Languages

Language:Python 97.9%Language:Makefile 2.1%