PLVRA is a TUI (Terminal User Interface) implementation of wordle / termo in portuguese, written in Python

Overview

P L V R A

Descrição

PLVRA é uma implementação de wordle / termo na forma de uma TUI (Terminal User Interface) em português, escrito em Python.

Se você não conhece o jogo, as regras são:

Você precisa adivinhar uma palavra de cinco letras em no máximo seis tentativas. A cada tentativa errada, você ganha as seguintes dicas:

  • Letras que nunca aparecem na palavra aparecerão vermelhas.
  • Letras que aparecem em outra posição aparecerão amarelas.
  • Letras que aparecem naquela posição aparecerão verdes.

Instalação

PyPI

pip install -i https://test.pypi.org/simple/ plvra

A partir do código fonte

git clone https://github.com/eshiraishi/plvra-tui
cd plvra-tui
sudo python setup.py install

Contribuições e adição de novas palavras

Se você tiver qualquer sugestão para novas palavras, por favor crie um PR modificando words.txt.

O código em si está escrito completamente em inglês, então caso queira traduzir o jogo, apenas mude as mensagens em plvra.py e as palavras possíveis em words.txt por favor crie uma branch para cada idioma.

Licença

Este software é distribuído sobre a Licença MIT.


Description

PLVRA is a TUI (Terminal User Interface) implementation of wordle / termo in portuguese, written in Python.

If you are not familiar with the game, the rules are:

You have to guess a five letter word in at most six tries. On each wrong try, you get the following tips:

  • Letters that never appear on the word will appear red.
  • Letters that appear but in another position will appear yellow.
  • Letters that appear on that position will appear green.

Installation

PyPI

pip install -i https://test.pypi.org/simple/ plvra

From source

git clone https://github.com/eshiraishi/plvra-tui
cd plvra-tui
sudo python setup.py install

Contributing and adding new words

If you have any suggestion for new words, please create a PR changing words.txt.

The code itself is fully written in english, so if you want to translate the game, just change the messages on plvra.py and the possible words on words.txt (please create another branch for each language).

License

This is distributed under the MIT License.

Owner
Enzo Shiraishi
CS student at UFABC.
Enzo Shiraishi
DOTD - A murder mystery game made in Python

DOTD This repo holds the files for my video game project from ENG101, Disaster o

Ben Bruzewski 1 Jan 13, 2022
Average Clicker Game (AVG) is a Python made game using tkinter

Average-Clicker-Game Average Clicker Game (AVG) is a Python clicker game not made with pygame but with tkinter, it has worker, worker upgrades, times

Zacky2613 1 Dec 21, 2021
Continuous form of the game Wits & Wagers

wager Continuous form of the game Wits & Wagers Requires: Pygame, Pygame_gui

1 Nov 22, 2021
This repository contains algorithm and solver for the game WORDLE

Wordle-Cracker This repository contains algorithm and solver for the game WORDLE How to use Run the program: python main.py Type in the guess word in

YiHsin Chen 3 May 14, 2022
Game code for Evennia servers designed for use with ALPACASclient.

ALPACASgame Game code for Evennia servers designed for use with ALPACASclient. This code is meant to be a type of "compatability layer" between the AL

FreeDelete Software 1 Nov 07, 2021
Netskrafl - an Icelandic crossword game website

Netskrafl - an Icelandic crossword game website English summary This repository contains the implementation of an Icelandic crossword game in the genr

Miðeind ehf 30 May 09, 2022
A simple yet powerful Snake Game made with myPygameWorkflow

snakeGame A simple yet powerful Snake Game made with myPygameWorkflow. Requirments python3 Python.org myPygameWorkflow Github Ripo Usage $ cd main $ p

DuskyElf 1 Dec 26, 2021
Several implementations of classical games (ex: FlappyBird, Minesweeper etc.) using Python (pygame)

Mini Games with Pygame This projects implement several classic and popular games in Python, using python package -- pygame. Currently, 4 games are alr

1 Feb 14, 2022
Python Program: Hilo Game

Python Program: Hilo Game 🂡 Description Hilo is a game in which the player gues

2 Jan 22, 2022
Jogo Flappy Bird com phyton e phygame

Flappy-Bird Tecnologias usadas Requisitos para inicializar o jogo: Python faça o download em: https://www.python.org/ Pygame faça o download em: https

João Guilherme 1 Dec 06, 2021
使用python编写2048游戏及自动玩

使用python编写2048游戏及自动玩

tiger-wang 68 Dec 23, 2022
Inflitator is a classic doom and wolfenstein3D like game made in Python, using the famous PYGAME module.

INFLITATOR Raycaster INFLITATOR is a raycaster made in Python3 with Pygame. It is a game built on top of a simple engine of the same name. An example

Zanvok Corporation 1 Jan 07, 2022
An implementation of John Conway's Game of Life.

This is an implementation of John Conway's Game of Life in Python, and a very basic and straightforward one at that.

Mae 3 Feb 11, 2022
TetrisAI - Tetris AI Bot using computer vision to play game automatically

Tetris AI Tetris AI Bot using computer vision to play game automatically bot.py

11 Aug 29, 2022
中文版本的ai地牢,一个使用GPT-2的文字冒险游戏,使用清源CPM预训练模型finetune而成。

中文版本的ai地牢,一个使用GPT-2的文字冒险游戏,使用清源CPM预训练模型finetune而成。

icybee 178 Jan 03, 2023
Projeto Flappy Bird temática doom, projeto python e pygame

Doom-Bird Tecnologias usadas Requisitos para inicializar o jogo: Python faça o download em: https://www.python.org/downloads/ Após instalar o Python d

João Guilherme 1 Dec 08, 2021
Simple darts game using Tkinter and sqlite3. Also associated with Python.

Ever wanted to play a simple and fun game before, and it even keeps a database of your score? Well here it is!! Introducing; Darts! A simple and fun g

an aspirin 2 Dec 19, 2021
A pygame implementation of John Conway's Game of Life

Game of Life A Pygame Simulation This is a Pygame implementation of the famous Conway's Game of Life. The game features a set of very simple rules: An

1 Jan 06, 2022
Building a Mario-like, classic platformer game in Python using the PyGame Library

Building a Mario-like, classic platformer game in Python using the PyGame Library

Clarence Vinzcent Reyes 1 Feb 06, 2022
A puzzle game coded entirely in Python.

Pyzzle A puzzle game coded entirely in Python. This is a school project created by me, Mohit Singh. The .exe file, created from the main.py script, is

Mohit Singh 1 Mar 19, 2022