Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 2.7 KB

readme.md

File metadata and controls

58 lines (46 loc) · 2.7 KB
                      ______  _                      _   ______        __                        
                      | ___ \| |                    | |  |  _  \      / _|                       
                      | |_/ /| |  __ _  _ __    ___ | |_ | | | | ___ | |_  ___  _ __   ___   ___ 
                      |  __/ | | / _` || '_ \  / _ \| __|| | | |/ _ \|  _|/ _ \| '_ \ / __| / _ \
                      | |    | || (_| || | | ||  __/| |_ | |/ /|  __/| | |  __/| | | |\__ \|  __/
                      \_|    |_| \__,_||_| |_| \___| \__||___/  \___||_|  \___||_| |_||___/ \___|                                                                          

Installation Instructions

Running Tests

bundle exec rspec spec

Game Description

*TODO - Create back story for game

Game Instructions

*TODO - Create fleshed out instructions

Keyboard Mapping

  • Exit Game: Esc or Q
  • Pause/Unpause game: P
  • Move ship left: left arrow
  • Move ship right: right arrow
  • Move ship forward: up arrow
  • Move ship backward: down arrow
  • Shoot laser: Space Bar
  • Reset Game: R

System Requirements

Any system capable of running ruby 1.9.2

Licensing

The MIT License (MIT) Copyright (c) 2012

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.