An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?logo=javascript&logoColor=%23F7DF1E) ![PHP](https://img.shields.io/badge/php-%23777BB4.svg?logo=php&logoColor=white) ![Nextcloud](https://img.shields.io/badge/Nextcloud-0B94DE?logo=nextcloud&logoColor=white)

![GitHub](https://img.shields.io/github/license/YvesCesar/doom_nextcloud)
![GitHub all downloads](https://img.shields.io/github/downloads/YvesCesar/doom_nextcloud/total?logo=github) ![GitHub all releases](https://img.shields.io/github/release/YvesCesar/doom_nextcloud)

# Doom

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

Screenshot From 2025-12-15 21-13-11

## 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.