Skip to content

a word puzzle tool or arrange random words into correct sentences

Notifications You must be signed in to change notification settings

HunxByts/PuzzleWord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

PuzzleWord

a word puzzle game or arrange random words into correct sentences, there are several levels in this game, namely: noob, medium, hight, legend, glory This tool is CLI (Command Line Interface) based.

game puzzle kata atau menyusun kata acak menjadi kalimat yang benar, ada beberapa level dalam game ini, yaitu: noob, medium, hight, legend, glory Alat ini berbasis CLI (Command Line Interface).

Instalation on Linux (.deb)

sudo apt update && sudo apt upgrade
sudo apt install python3
sudo apt install git

Instalation on Termux

pkg update && pkg upgrade
pkg install python3
pkg install git

Usage Tool

git clone https://github.com/HunxByts/PuzzleWord.git
cd PuzzleWord
python3 puzword.py

Display when answering questions

⚡ Author : - HunxByts