Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Game Rules | Crafting a Classic Hangman Game
Crafting a Classic Hangman Game
course content

Conteúdo do Curso

Crafting a Classic Hangman Game

Game Rules

How to work with Projects

Hangman rules

Function plan

Final playable game version

Preparation for the Hangman!

First, we need to import the libraries required for the game and define new functions.

The first function, named load_words(), is used to retrieve all words from a given file. One random word from this file will be chosen for the game process in the future.

Tarefa

  1. Import the random library.
  2. Import the string library.
  3. Define the load_words function to load words from a file.
  4. Initialize the word_list variable to store the words for the game.
  5. Return the word_list.

Tarefa

  1. Import the random library.
  2. Import the string library.
  3. Define the load_words function to load words from a file.
  4. Initialize the word_list variable to store the words for the game.
  5. Return the word_list.

Mark tasks as Completed
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo

Tudo estava claro?

How to work with Projects

Hangman rules

Function plan

Final playable game version

Preparation for the Hangman!

First, we need to import the libraries required for the game and define new functions.

The first function, named load_words(), is used to retrieve all words from a given file. One random word from this file will be chosen for the game process in the future.

Tarefa

  1. Import the random library.
  2. Import the string library.
  3. Define the load_words function to load words from a file.
  4. Initialize the word_list variable to store the words for the game.
  5. Return the word_list.

Mark tasks as Completed
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Seção 1. Capítulo 1
AVAILABLE TO ULTIMATE ONLY
We're sorry to hear that something went wrong. What happened?
some-alt