dorochka8 / Hangman

🪄 Hangman: Beginner-Friendly Coding Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please, don't hang me, Hangman!

Embark on an exciting journey to build your very own Hangman game bot using this repository as your foundation. Crafted with beginners in mind, this project uses the telebot library and Python to offer an enriching and fun coding experience. Follow the steps below to start your adventure!

#Setting Up Your Hangman Bot

  1. Acquire Your Bot Token: Start by obtaining your personal token to access the HTTP API. This token is like your bot's identity card. Get it from BotFather.
  2. Configure Your Token: Please do use an individual file for your bot-token (config.py).
  3. Kindly do use the telebot library for telegram bot and python for coding.

Easy-to-Follow Guide

  1. Clone the Project: Get started by cloning the repository. It's compatible with Windows, so no worries there!:
git clone --recursive -j8 https://github.com/dorochka8/Hangman
  1. Install Dependencies: Navigate to requirements.txt and install all necessary libraries. This ensures your setup matches the project's environment.
  2. Tweak the Configurations: Go to config.py and adjust the settings to suit your preferences. This is where you make the bot truly yours.
  3. Customize Your Game: (Optional) Change the game's word list in words.py. Tailor it to your audience or challenge level.
  4. Launch Your Bot: Run main.py to bring your Hangman bot to life. Watch it interact and engage with users!

About

🪄 Hangman: Beginner-Friendly Coding Project


Languages

Language:Python 100.0%