https://github.com/moeridoe/dunedle
A wordle spinoff in the duniverse
https://github.com/moeridoe/dunedle
angular dune game ts wordle
Last synced: about 2 months ago
JSON representation
A wordle spinoff in the duniverse
- Host: GitHub
- URL: https://github.com/moeridoe/dunedle
- Owner: moeridoe
- License: other
- Created: 2025-05-09T13:51:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-10-22T15:37:31.000Z (8 months ago)
- Last Synced: 2025-10-22T17:35:33.354Z (8 months ago)
- Topics: angular, dune, game, ts, wordle
- Language: TypeScript
- Homepage: https://www.dunedle.eu/
- Size: 2.99 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dunedle
Dunedle is a wordle spin-off web app game that lets you guess characters from Frank Herbert's Dune universe daily.
Characters from the first 4 books are included. Information in the categories "height" and "hair color" are only estimations and/or based on vague book descriptions or movie/series adaptations. Further improvement ideas on the categories can be done as described in the [Contribution](#Contribution) section below.
# License
This project is licensed under the CC BY-NC-SA license - see the [LICENSE](./LICENSE) file for details and take note of the [Disclaimer](#Disclaimer).
# Contribution
This is a small side-project. Feel free to request features or to suggest improvements in the discussions section, to report issues in the issue section or to directly create pull-requests.
# Build/Deployment
## Development server
To start a local development server, run:
```bash
npm run start
```
Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.
## Building
To build the project for deployment, run:
```bash
npm run build
```
This will compile your project and store the build artifacts in the `docs/` directory. By default, the production build optimizes your application for performance and speed.
## Local Deployment Using Docker
This repo includes a dockerfile to deploy this project on a docker container with nginx.
To deploy the project using docker, run:
```bash
docker build -t dunedle .
docker run -p 80:80 dunedle
```
You can then visit http://localhost to play.
## Web Deployment
To deploy the app as a simple static single page application, build the project as described above in [Building](#Building) and move the contents of the "/docs" folder to your web server's folder. Please be aware of the [License](#License) conditions before publicly hosting the website yourself.
## Disclaimer
This web application is a non-commercial fan project inspired by the Dune universe created by Frank Herbert. It is not affiliated with, endorsed, sponsored, or approved by Herbert Properties LLC, Legendary Pictures, or any other rights holders of the Dune franchise. All trademarks, character names, and related content are the property of their respective owners and are used here in a strictly non-commercial, transformative context.