#THE CHASE ##A Seven Day Roguelike by Lachlan Kingsford and Wade Dyer
#BACKGROUND
The Chase is a Roguelike game made in 7 days as part of the 2015 seven day roguelike challenge.
There are directions for playing the game inside the game.
Lachlan Kingsford is a software engineer, lawyer and musician from Melbourne, Australia. He has occasional flirtations with game design, which can be found on www.nerdygentleman.com, and less occasional flirtations with music that can be followed on https://www.facebook.com/lebkingsford.
Wade Dyer is a graphic design artist and RPG designer. He is the mastermind behind the soon-to-be-released sci-fi pen and paper RPG "Fragged Empire" - available from http://www.fraggedempire.com/.
#GITHUB
The project is available on GitHub at https://github.com/lkingsford/thechase
#ITCH.IO
The latest version of the project is available at http://nerdygentleman.itch.io/the-chase
#RUNNING THE GAME
##WINDOWS -
- Run "chase.exe"
##LINUX/MAC -
- (untested)
- Requirements: Python 3.4, Pygame
- Run "chase.py" from the "src" directory
- If there are issues with finding assets, you can adjust the asset directory in data.py
#LICENSES
The code and writing is licensed under the MIT License as follows:
The MIT License (MIT)
Copyright (c) 2015 Lachlan Kingsford and Wade Dyer
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.
The art is under the Creative Commons Attribution 3.0 Australia license. The license is at https://creativecommons.org/licenses/by/3.0/au/legalcode. Attribution shall be given to Wade Dyer.
The fonts are seperately licensed, and are distributed under their own licenses.
1.0 14/03/2015 Initial Release