# Journey to the Center of Hawkthorne [![Journey to the Center of Hawkthorne](https://projecthawkthorne.com/assets/images/metatag.png)](https://projecthawkthorne.com) A 2D platformer is based on Community's [Digital Estate Planning][estate] episode. It's built using the [LÖVE](https://love2d.org/) game engine. Please [report any issues or bugs][githubissues] you have with the game! [estate]: https://en.wikipedia.org/wiki/Digital_Estate_Planning [githubissues]: https://github.com/hawkthorne/hawkthorne-journey/issues?state=open ## Play Visit [projecthawkthorne.com](https://projecthawkthorne.com) to play the game in your browser or download the game for your native platform. ### Download - [macOS](https://github.com/hawkthorne/hawkthorne-journey/releases/download/v1.1.0/hawkthorne-macos.zip) - [Windows 32bit](https://github.com/hawkthorne/hawkthorne-journey/releases/download/v1.1.0/hawkthorne-win32.zip) - [Windows 64bit](https://github.com/hawkthorne/hawkthorne-journey/releases/download/v1.1.0/hawkthorne-win64.zip) - [Linux](https://github.com/hawkthorne/hawkthorne-journey/releases/download/v1.1.0/hawkthorne-linux.AppImage) ## Development Getting start is easy. Just clone the repository and run `make run` (or `.\make.ps1 run` in Windows PowerShell). ```bash $ git clone https://github.com/hawkthorne/hawkthorne-journey.git $ cd hawkthorne-journey $ make run ``` ### Next steps Congratulations! You're running Journey to the Center of Hawkthorne! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. ## Community All discussion and development takes place on [/r/hawkthorne](https://reddit.com/r/hawkthorne). ## License Unless otherwise noted, this code is licensed under the MIT License. Artwork and audio files are licensed under [CC BY-NC 3.0](https://creativecommons.org/licenses/by-nc/3.0/). Artwork includes all .png, .psd, .ogg, and .wav files.