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.

Binary file added your-project/Presentation.pdf
Binary file not shown.
33 changes: 19 additions & 14 deletions your-project/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<img src="https://bit.ly/2VnXWr2" alt="Ironhack Logo" width="100"/>

# Title of Your Project
*[Your Name]*
# Hangman game
*[Ayub Pathan]*

*[Your Cohort, Campus & Date]*
*[Data Analytics Cohort, Remote & 03.06.2021]*
*[Teacher : Ignacio; TA: Raul]*

## Content
- [Project Description](#project-description)
Expand All @@ -13,22 +14,26 @@
- [Links](#links)

## Project Description
Write a short description of your project. Write 1-2 sentences about the game you chose to build and why.
* This short project demonstrates how to create & play hangman game.
* User is asked to guess the secret word to save hangman being hanged.

## Rules
Briefly describe the rules of the game.
* Guess word is created randomly.
* User has to provide a letter to fill in blanks to complete the word.
* Totally assigned lives/turns are 5 (as defined in this game).
* Keep guessing the word until user succeed.
* If user guess the word correctly, user will win.
* If user runs out of turns, then hangman will be hanged and game will be over!

## Workflow
Outline the workflow you used in your project. What are the steps you went through?

## Organization
How did you organize your work? Did you use any tools like a kanban board?

What does your repository look like? Explain your folder and file structure.
## Workflow
* Selection of project
* Project planning
* Scrolling through resources to know more about the game
* Writing codes

## Links
Include links to your repository, slides and kanban board. Feel free to include any other links associated with your project.

[Repository](https://github.com/)
[Slides](https://slides.com/)
[Trello](https://trello.com/en)
[Repository](https://github.com/ayubpathan2021/Project-Week-1-Build-Your-Own-Game/tree/master/your-project)
[Slides](/presentation.pdf/)
Loading