Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danini-the-panini/slashen
Stupid quick top-down slasher game
https://github.com/danini-the-panini/slashen
Last synced: 15 days ago
JSON representation
Stupid quick top-down slasher game
- Host: GitHub
- URL: https://github.com/danini-the-panini/slashen
- Owner: danini-the-panini
- Created: 2014-08-07T12:34:39.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2015-01-25T12:02:19.000Z (almost 10 years ago)
- Last Synced: 2023-06-11T05:35:18.097Z (over 1 year ago)
- Language: Ruby
- Size: 1.71 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Slashen
=======Stupid slasher game I made
How to run
----------You need Ruby and Bundler installed
```
$ bundle
$ ruby slashen.rb
```How to play
-----------You are the blue dude.
Use the arrow keys to move, space to slash, watch out for nasties (the red guys)!
Legal Nonsense
--------------The MIT License (MIT)
Copyright (c) 2014 Daniel Smith
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.