Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
94 changes: 0 additions & 94 deletions Kick-Off.md

This file was deleted.

60 changes: 60 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<img src="https://bit.ly/2VnXWr2" alt="Ironhack Logo" width="100"/>

# The hangfolk game vlau.0
*Laura*

*Data Analysis Bootcamp, May 2021, Remote*

## Content
- [Project Description](#project-description)
- [Rules](#rules)
- [Workflow](#workflow)
- [Organization](#organization)
- [Links](#links)

## Project Description

In this project I will create a version of the hangman game called "The hangfolk vlau.0". It is a really funny game that I used to play at school when I was a child on the board. My own version will make it even more fun (specially after all the work behind)!

## Rules

This game consists in guessing an unknown word picked randomly from a list of words. I will provide three topics to choose.
In each turn the player will pick a letter that, hopefully, the unknown word will contain. If this is the case, it will be shown on screen in which position is located together with a list of letters that have been already used. 
The player has 11 lives. That mean that you can just be wrong with your letter this amount of time, or you will be hanged!

## Workflow

The general workflow is the following:
- The player is welcome.
- The player inputs a letter.
- This word is added to the a list of already used letters.
- A display is generated showing the encrypted word and the list of letters that the player have already used.
- If the letter chosen by the player was in the word it will be placed in its correct position on the word display.
- The game will ask the player to input more letters until all letters are guessed or the player failes 11(the number of lives you will start with) times in guessing a letter.
- The game is finshed and a message is shown to see if the player has won.


## Organization

**Phases of the project**

I have used a Trello board to organize my tasks. They where organized is three phases:

- The first phase was for creating the kanban board with all tasks required and set flexible deadlines. It was as well the moment to start with the design of the game an the pseudocode.

- The second one for finished the pseudocode and started coding.

- The third phase to review the code, test the game, debug and prepare the presentation.

If I have extra time, I will implement extra fun on my game.

**The repository**

The repository includes this Readme file and a gitignote. Inside of the folder your code, it includes a python file with the script of the game, a jupyter notebook where the code is commented, and 3 text files whith the lists f word for the 3 topics provided.

## Links
Links to the repository, slides and kanban board of this project.

[Repository](https://github.com/lauratll/Project-Week-1-Build-Your-Own-Game)
[Slides](https://drive.google.com/file/d/1A2sbVdCMirgQOVL3RaTMTmUf_eGgOOpf/view?usp=sharing)
[Trello](https://trello.com/b/wEj7kAZd/project-1-built-your-own-game)
Binary file added your-project/.DS_Store
Binary file not shown.
Loading