# duelyst **Repository Path**: coding2233/duelyst ## Basic Information - **Project Name**: duelyst - **Description**: 1111111111111111111 - **Primary Language**: Unknown - **License**: CC0-1.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-22 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenDuelyst ![Duelyst Logo](app/resources/ui/brand_duelyst.png) This is the source code for Duelyst, a digital collectible card game and turn-based strategy hybrid developed by Counterplay Games and released in 2016. ## Production Deployment Work is underway to deploy OpenDuelyst as "Duelyst Classic": a version of the game exactly as it was in v1.96.17, before the servers were shut down. This is being tracked in [issue #3](https://github.com/open-duelyst/duelyst/issues/3). ## Staging Deployment The staging deployment is up and running at https://staging.duelyst.org. Both single-player and multi-player games are available. ## Downloading the Desktop Clients Desktop clients for Windows, Mac, and Linux can be downloaded on the [Releases](https://github.com/open-duelyst/duelyst/releases) page. Desktop clients currently use the staging environment. They'll use the production environment once it's available. ## Playing on Android or iOS We have basic support for playing on mobile web currently. From your phone's browser, head to https://staging.duelyst.org to try it out. To hide the status/navigation bar in Chrome or Safari, open the game and select "Add to Home Screen". When you open the game from the home screen, the status bar will be hidden. ## Contributing to OpenDuelyst If you'd like to contribute to OpenDuelyst, check out our [Documentation](docs/README.md), especially the [Roadmap](docs/ROADMAP.md) and [Contributor Guide](docs/CONTRIBUTING.md). You can also join the OpenDuelyst developer Discord server [here](https://discord.gg/HhUWfZ9cxe). This Discord server is focused on the development of OpenDuelyst, and has channels for frontend, backend, and infrastructure discussions, but it is open for anyone to join. ## Filing Issues and Reporting Bugs If you encounter a bug and would like to report it, first check the [Open Issues](https://github.com/open-duelyst/duelyst/issues/) to see if the bug has already been reported. If not, feel free to create a new issue with the `bug` label. If you would like to request a technical feature or enhancement to the code, you can create a new issue with the `enhancement` label. Since OpenDuelyst is currently focused on recreating the game as it last existed in v1.96.17, please avoid creating feature requests related to balance changes. ## Localization The game currently includes English and German localization. If you'd like to contribute translations for another language, take a look at the `app/localization/locales` directory. You can copy the `en` folder and start updating strings for the new language, then submit a Pull Request with your contribution. There are about 4,500 localized strings, so this can also be done a little bit at a time. Once the translations are in, we can help get the language included in the game. ## License OpenDuelyst is licensed under the Creative Commons Zero v1.0 Universal license. You can see a copy of the license [here](LICENSE).