https://github.com/katerberg/superdark-7drl
Superdark game for the 2022 7 Day RogueLike
https://github.com/katerberg/superdark-7drl
Last synced: 3 months ago
JSON representation
Superdark game for the 2022 7 Day RogueLike
- Host: GitHub
- URL: https://github.com/katerberg/superdark-7drl
- Owner: katerberg
- Created: 2022-03-05T15:09:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T16:42:25.000Z (7 months ago)
- Last Synced: 2024-10-22T05:32:25.344Z (7 months ago)
- Language: JavaScript
- Size: 27.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Superdark
An incident at a nearby nuclear missile silo has resulted in high levels of radiation and cryptic messages from its personnel. Attempts at further communication met with only silence.
After a failed face-to-face negotiation resulting in the deaths of all involved, we have just detected a nuclear launch signal. You are tasked with penetrating to the bottom level of the silo and aborting the launch. You have fifteen minutes.
https://katerberg.github.io/superdark-7drl/
## Setup
Run the following to build the files for the UI project in `./src`. This will watch the development files and automatically rebuild when needed.
```sh
npm start
```To actually build the ui package, which creates a `public` folder that houses the files that can then be statically hosted:
```sh
npm build
```## Known Issues
## Credits
- Riley Gombart for [Survival](https://opengameart.org/content/animated-top-down-survivor-player) assets
- textures.com for [Steel Floors](https://www.textures.com/download/MetalFloorsBare0026/13546)
- divisionheaven.me for [Stairs](https://divisionheaven.me/2014/12/28/stairs-and-script/stairs-2/)
- Pixabay for [Revolver](https://pixabay.com/vectors/gun-handgun-pistol-revolver-1297414/)
- CC0 for [Knife](https://www.maxpixel.net/Army-Isolated-Knife-Hunting-Background-Military-1710292)
- Knik1985 for [Medkit](https://opengameart.org/content/medkit-0)
- Pixabay for [Stick](https://cdn.pixabay.com/photo/2014/03/25/16/31/stick-man-297255_1280.png) [Figures](https://pixabay.com/vectors/stick-man-runner-silhouette-figure-295293/)
- Septianbkp for [SMG](https://freesvg.org/1549921445)
- SpriteAttack for [Ground guns](https://opengameart.org/content/gun-construction-kit)
- [Sounds](https://gamesounds.xyz)
- Soluna Software for [Shield](https://opengameart.org/content/explosion-effects-and-more)