https://github.com/tapio/golem-quest
My attempt for 7 Day Roguelike Challenge 2014
https://github.com/tapio/golem-quest
Last synced: 3 months ago
JSON representation
My attempt for 7 Day Roguelike Challenge 2014
- Host: GitHub
- URL: https://github.com/tapio/golem-quest
- Owner: tapio
- License: other
- Created: 2014-03-10T20:06:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-16T09:46:42.000Z (over 10 years ago)
- Last Synced: 2024-12-25T22:42:14.665Z (5 months ago)
- Language: JavaScript
- Homepage: http://tapiov.net/golem-quest/
- Size: 6.27 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Golem Quest
===========A browser based 7DRL game powered by WebGL.
See LICENSE file for copying information.
Playing online (recommended)
----------------------------Go to http://tapiov.net/golem-quest/
Playing offline (more involved)
-------------------------------1. Either clone the git repository or download the zip archive from https://github.com/tapio/golem-quest
2. Either setup your browser to temporarily accept local file access or run a web server
- Instructions: https://github.com/mrdoob/three.js/wiki/How-to-run-things-locally
3. Navigate to the index.html file in the root of the game's filesVersions
--------This game was originally done in 7 days for the Seven Day Roguelike Challenge 2014. It is also an entry to Procedural Death Jam that ran concurrently, but lasted a day longer. Between the 7DRL and PDJ submissions, there was only documentation changes and one minor bug fix. As the game is complete, I don't expect major new development. Nevertheless, these original versions are preserved in git tags `7drl` and `pdj`.
Credits
-------**Programming**
* Tapio Vierros
**Art**
* Yughues (aka Nobiax)
* Ferns, stones, ground textures, replacement textures for some other models
* Clint Bellanger
* Animal figurines, potions
* hendori-sama, umask007
* Golems
* riidom
* Ghoul
* Clement Wu, Nikolaus & Botanic
* Cerberus
* Wciow and John.d.h
* Spider
* Lamoot, Clint Bellanger, arikel, CruzR
* Pillars and obelisks
* Daniel74
* Tower
* Kasia88, SeekerofAwe, AncientBeast
* Horn head
* Lorc
* FaviconFor license information and links, see the readme file of the corresponding asset.
**Libraries**
* Three.js - http://threejs.org/ (MIT)
* PathFinding.js - https://github.com/qiao/PathFinding.js (MIT)