Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonkarman/christmas-tree
A Christmas themed game build with Krmx
https://github.com/simonkarman/christmas-tree
Last synced: 1 day ago
JSON representation
A Christmas themed game build with Krmx
- Host: GitHub
- URL: https://github.com/simonkarman/christmas-tree
- Owner: simonkarman
- Created: 2023-12-25T14:59:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T22:48:06.000Z (about 1 year ago)
- Last Synced: 2024-03-14T20:36:02.873Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 619 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Christmas Tree
A Christmas themed game build with [Krmx](https://simonkarman.github.io/krmx).![An image of the Christmas Tree game in the dark theme](docs/game-dark.png)
## Getting started
First run `npm install` in the root of this repository.Then, run `npm run dev` to start the system, server and client in development mode.
Now you can open the application on your local machine on `http://localhost:3000`.
## Light and dark themes
Based on the browser or device setting the dark or light theme is used.![An image of the Christmas Tree game in the light theme](docs/game.png)
You can find more images in the `docs/` directory of this repository.
## Contributing
If you would like to contribute to this repository then pease create a pull request or [open an issue](https://github.com/simonkarman/christmas-tree/issues).If you would like to contribute to the underlying networking protocol for realtime multi-user interactions, then please take a look at: [Krmx - Documentation](https://simonkarman.github.io/krmx).
### Contributors
- [Simon Karman](https://www.simonkarman.nl) - *creator of Krmx*
- [Lisa Pruijn](https://www.lisapruijn.nl) - *game design and tester*