{"id":20578078,"url":"https://github.com/blackjar72/cavernsofevil","last_synced_at":"2026-04-17T04:34:27.707Z","repository":{"id":43317824,"uuid":"463906821","full_name":"BlackJar72/CavernsOfEvil","owner":"BlackJar72","description":"The Scripts (and only the scripts) for the game Caverns of Evil (and only those specific to Caverns of Evil)","archived":false,"fork":false,"pushed_at":"2026-03-15T01:38:10.000Z","size":381,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-15T13:29:38.698Z","etag":null,"topics":["first-person-game","first-person-shooter","game","game-development","procedural-generation","unity","unity3d","unity3d-game","video-game"],"latest_commit_sha":null,"homepage":"https://store.steampowered.com/app/1929380/Caverns_of_Evil/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BlackJar72.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-26T16:31:44.000Z","updated_at":"2026-03-15T01:38:13.000Z","dependencies_parsed_at":"2024-11-16T06:10:31.095Z","dependency_job_id":"e7d7207b-b450-4693-91c0-deaae710c7f5","html_url":"https://github.com/BlackJar72/CavernsOfEvil","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/BlackJar72/CavernsOfEvil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackJar72%2FCavernsOfEvil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackJar72%2FCavernsOfEvil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackJar72%2FCavernsOfEvil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackJar72%2FCavernsOfEvil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlackJar72","download_url":"https://codeload.github.com/BlackJar72/CavernsOfEvil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackJar72%2FCavernsOfEvil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["first-person-game","first-person-shooter","game","game-development","procedural-generation","unity","unity3d","unity3d-game","video-game"],"created_at":"2024-11-16T06:10:21.832Z","updated_at":"2026-04-17T04:34:27.701Z","avatar_url":"https://github.com/BlackJar72.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Caverns Of Evil\nThe Scripts (and only the scripts) for the game Caverns of Evil (and only those specific to Caverns of Evil).\n\n## Due to the flurry of new age verification laws I do not have the infrastructure to comply with, I will not be making or working on videogames or any other standalone software applications. ##\n\nCaverns of Evil is an action roguelike that plays like a '90s first-person shooter, though with a few innovations \nand quirks of its own.  Fight through ever-increasing hordes of monsters while the gathering ever more powerful \nweapons you'll need to survive.  Explore entirely new procedural levels every time, adapting to ever changing level \ndesign.  This is a simple game, designed for some good old-fashioned violent fun.\n\nhttps://store.steampowered.com/app/1929380/Caverns_of_Evil\n\n## About the Code\n\nThe code is of varying quality.  I'm generally proud of the level generation, both that ported from Doomlike Dungeons \n(though some of it was broken in the process) and that which was added.  I suppose a better programmer could have \nmade the meshing a bit more clever so as to have not use so many near cut-n-paste methods, but it works pretty well. \nThis is over half the code base.\n\nThe coding for mobs is so-so.  The player model is terrible, suffering a lot from not understanding how Unity worked \nearly in the project, and connect the player, items, and UI through hard-coding in a way that is extremely inflexible \nprone to breaking.  Further, because of some scene settings, player data is made persistent between levels through \nan overly complex system of caching into static variable from which the real data is restored at the start of the \nnew level -- a system the spreads accross several classes, including all items due to the hard-coded connection to \nthe player model.  In short, the player model is probably not a good thing to immitate.\n\nThese scripts contain referrence to third party code, most notably FastPriorityQueue by BlueRaja, but also the paid \nassets Procedutal Lightening and FinalIK.  These entirely separate from this project and not include, but are required \nto use this code as-is.\n\n## License\n\nThese scripts are the creation and copyright (C) of Jared Blackburn, 2021-2022.  These scripts, and only these scripts, \nare covered under the MIT License.  This license does not extend to any other part of the game, so art assets and \nthird party scripts referrenced from (but not included with) these are excluded from said license.  This also means that \n*THE GAME AS A WHOLE IS **NOT** OPEN SOURCE.*\n\nCopyright (C) 2021-2022 Jared Blackburn\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files \n(the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, \npublish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, \nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF \nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE \nFOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION \nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackjar72%2Fcavernsofevil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackjar72%2Fcavernsofevil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackjar72%2Fcavernsofevil/lists"}