/word_game

A small console game that allows to make words from a given source word and outputs the result of the game.

Primary LanguagePython

Word game (a small console game that allows to make words from a given source word)

Project developed by: Mikhailov Alexander

Stack of technologies used in the application:

  • Python 3.10 and newer

Preparing and launching the application:

  1. Application cloning.
  1. Creation of the environment.
  • In the console, type in the command in the project directory python -m venv venv
  1. Launch.
  • In the console, use the command python main.py
  1. Word game.
  • In the console, answer questions or click stop.