https://github.com/yvescesar/doom_nextcloud
Nextcloud App that allows you to play Doom
https://github.com/yvescesar/doom_nextcloud
doom javascript js-dos nextcloud nextcloud-app php
Last synced: about 2 months ago
JSON representation
Nextcloud App that allows you to play Doom
- Host: GitHub
- URL: https://github.com/yvescesar/doom_nextcloud
- Owner: YvesCesar
- License: agpl-3.0
- Created: 2025-11-14T00:22:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-02-21T00:39:24.000Z (3 months ago)
- Last Synced: 2026-02-21T06:52:23.069Z (3 months ago)
- Topics: doom, javascript, js-dos, nextcloud, nextcloud-app, php
- Language: PHP
- Homepage:
- Size: 8.39 MB
- Stars: 16
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
  

 
# Doom
This Nextcloud app allows you to play Doom in Nextcloud. You can configure mouse sensitivity, game volume, and other options.

## Usage
- It is recommended to download or install this app directly from the [Nextcloud App store](https://apps.nextcloud.com/apps/doom_nextcloud).
- Alternatively you can download the [latest Doom Nextcloud release](https://github.com/YvesCesar/doom_nextcloud/releases) based on this repository.
You can access the game in the specific tab in the top menu. Just press play and start playing.
## How you can support this project
1. **🌟 Star this repository**: This is the easiest way to support Doom Nextcloud and it costs nothing.
2. **⭐ Rate and/or 💬 comment** on Doom Nextcloud in the [Nextcloud AppStore](https://apps.nextcloud.com/apps/doom_nextcloud)
3. **🪲 Report bugs**: Report any bugs you find on the issue tracker.
## Contribute
Contributions are always welcome! Check out the [list of issues](https://github.com/YvesCesar/doom_nextcloud/issues) and see what you like to contribute.
### Development setup
1. Clone this app into your `nextcloud/apps-extra/` folder:
```
git clone https://github.com/YvesCesar/doom_nextcloud.git
```
2. Enable it from the apps management inside Nextcloud
3. Get hacking 🎉
### JS-DOS
This app uses [JS-DOS v8](https://github.com/caiiiycuk/js-dos) as a dependency.