Skip to content

jmalo34/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{Slimed}

{Hangman game, PHP OOP practice}, {August 2015}

By {Jenna Maloney}

Description

{This web app will allow the user to play a simple game of Slimed, which is a revamp of the classic Hangman game. The spaces at the bottom each represent a letter, letters of which spell out a randomly selected word from a word bank hard-coded into the app. On the New Guess page, users input a letter. Then, if the input letter is also a letter in the selected word, any previously empty spaces representing that particular letter will now display that letter. The user gets 6 guesses to complete the word, but any correct guesses do not count against the amount of guesses remaining. Once the user inputs 6 correct guesses, they will have been slimed and the game is over.}

Setup

  • clone repository
  • run $ composer install
  • start localhost server in Terminal
  • navigate to localhost in your browser

Technologies Used

{HTML, Silex, Twig, composer, PHP}

Legal

Copyright (c) 2015 {Jenna Maloney}

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published