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
Launch any Heroic-Games-Launcher game using bash scripts without having to open Heroic.

HeroicBashLauncher Ever wanted to launch your EGS games installed through Heroic Games Launcher directly from the terminal, Lutris or any other fronte

288 Dec 27, 2022
A fully automated system that transforms Twitch clips into gaming compilations

A fully automated system that transforms Twitch clips into gaming compilations Authors: Christian C., Moritz M., Luca S. Related Projects: Neural Netw

215 Dec 27, 2022
Flappy Bird Game using Pygame in Python

Flappy Bird Game using Pygame in Python Demo Pages Hello dear, hope you are very well! I created Flappy Bird Game using Pygame ( Pygame is a cross-pla

Datt Panchal 3 Feb 05, 2022
Continuous form of the game Wits & Wagers

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

1 Nov 22, 2021
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
Are you obsessed with playing the increasingly-popular word game Wordle?

WORDLE-VISION Up your Wordle game! Are you obsessed with playing the increasingly-popular word game Wordle? Ever wondered what the optimal first word

Ravi Gupta 5 May 10, 2022
Mastermind-Game - A game to test programming and logical skills

Bem vindo ao jogo Mastermind! O jogo consiste em adivinhar uma senha que será ge

Marcelo Daros 0 Jan 27, 2022
SpiderArcadeGame - A game where the player controls a little spider who is trying to protect herself from other invasive bugs

SpiderArcadeGame - A game where the player controls a little spider who is trying to protect herself from other invasive bugs

Matheus Farias de Oliveira Matsumoto 1 Mar 17, 2022
Game-of-life - A simple python program to simulate and visualise the Conway's Game of life

Conway's game of life A simple python program to simulate and visualise the Conw

Dhravya Shah 3 Feb 20, 2022
python script to convert .OBJ files into Minecraft, rendering them in game with a core shader.

samples: random notes about the tool general output format: (animation not supported yet but planned) vertex id Minecraft's gl_VertexID isn't per mode

199 Jan 02, 2023
Snake game mixed with Conway's Game of Life

SnakeOfLife Snake game mixed with Conway's Game of Life The rules are the same than a normal snake game but you have to avoid cells created by Conway'

Aidan 5 May 26, 2022
Game of life, with python code.

Game of Life The Game of Life, also known simply as Life, is a cellular automaton. It is a zero-player game, meaning that its evolution is determined

Mohammad Dori 3 Jul 15, 2022
made a life sim game because i was tired of a astray gamedev company, everything here is open-source

Srel made a life sim game because i was tired of a astray gamedev company, everything here is open-source Progress Currently making the cmd-line versi

2 Nov 14, 2021
Rock Paper Scissors Games with Python

This is a classic Rock, Paper, Scissors game with some ASCII aesthetics. After the welcome message, the game asks you to choose between the three choices. Then it let the computer choose its choice.

p.katekomol 1 Jan 24, 2022
Visualizing and learning from games on chess.com

Better Your Chess What for? This project aims to help you learn from all the chess games you've played online, starting with a simple way to download

Luc d'Hauthuille 0 Apr 17, 2022
This is a simple Tic Tac Toe game built with Python.

This is a simple Tic Tac Toe game built with Python.

⚝αикιт кυмαя⚝ 6 Sep 01, 2022
Snake (PyGame-based) port for Minecraft:Bedrock Edition using PEWSAPI

Snake_PEWSAPI Snake (PyGame-based) port for Minecraft:Bedrock Edition using PEWSAPI And we are not going to make any change to the original Snake sour

Azuki 1 Mar 17, 2022
Python Program: Hilo Game

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

2 Jan 22, 2022
A Python Sudoku Game Made with Pygame.

A Python Sudoku Game Made with Pygame. A Begginer Aimed at Learning Git, This Game Uses a Puzzle Generator Made by RutledgePaulV, Link to his Repo:

helaxious 3 Jun 29, 2022
learn and have fun developing 2D retro games using python and pygame

Retro 2D Game Development Using Python + PyGame Skill up your programming skills with a walk down the memory lane. Learn how to create a retro 2D game

Marvin Trilles 1 Feb 23, 2022