Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agateblue/demonology
An incremental game about souls harvesting and growing evil
https://github.com/agateblue/demonology
game incremental-game vuejs
Last synced: about 1 month ago
JSON representation
An incremental game about souls harvesting and growing evil
- Host: GitHub
- URL: https://github.com/agateblue/demonology
- Owner: agateblue
- License: agpl-3.0
- Created: 2022-05-09T13:41:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T14:27:10.000Z (over 2 years ago)
- Last Synced: 2024-10-03T15:59:15.851Z (about 1 month ago)
- Topics: game, incremental-game, vuejs
- Language: JavaScript
- Homepage: https://demonology.agate.blue/
- Size: 4.19 MB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Demonology
An incremental game about souls harvesting and growing evil.
- Play it at https://demonology.agate.blue/
- [Submit bugs and feature requests](https://github.com/agateblue/demonology/discussions)
- [Discuss about/around the project](https://github.com/agateblue/demonology/discussions)# Contributing to Demonology
Demonology is a a personal project and I work on it on my spare time. I am not willing nor able to dedicate much time on the project. I will not implement and maintain complex features if I'm not going to use them myself or if I think they are out of scope for the project.
With that in mind, I will gladly accept bug reports, feature requests, pull requests and other contributions. I will also respectfully decline contributions I cannot or do not want to handle for the reasons stated above.
## Community and contribution rules
If you're playing Demonology or use one of the community spaces such as the GitHub issues, discussions or any other discussion space, you are expected to comply with our [Code of Conduct](CODE_OF_CONDUCT.md).
This Code of Conduct is non-negotiable and I will gladly enforce it. You can also contact me at [email protected] if you think some moderation action needs to be taken.
## Software license
Demonology is licensed under GNU Affero General Public License v3.0.
## Reporting bugs
If you encounter a bug while playing Demonology, you're welcome to [open an issue](https://github.com/agateblue/Demonology/issues). Please have a quick look at the issue tracker beforehand, as someone may already have reported it.
Include as much context as applicable and possible, in particular:
- Browser name and version
- Operating system name and version
- Steps to reproduce the issue (if you found a way to reproduce it)
- Screenshots (in particular if the issue is related to the user interface)## Requesting features or enhancements
If you'd like to see a new feature or enhancement in Demonology, you're welcome to [open an issue](https://github.com/agateblue/demonology/issues). Please have a quick look at the issue tracker beforehand, as someone may already have asked for it.
Include as much context as applicable and possible regarding the use case or the problem you want solved.
## Submitting merge requests
If you want to fix a bug, a typo, or implement a new feature or enhancement, please do! I will happily review and merge your contribution unless it doesn't meet the criteria described above in the "Contributing to Demonology" section.
If your contribution is a sizeable enhancement or new feature, I strongly recommend you start a discussion before beginning to work on it
# Run Demonology locally
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```