/christmas-tree

A Christmas themed game build with Krmx

Primary LanguageTypeScript

Christmas Tree

A Christmas themed game build with Krmx.

An image of the Christmas Tree game in the dark theme

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

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.

If you would like to contribute to the underlying networking protocol for realtime multi-user interactions, then please take a look at: Krmx - Documentation.

Contributors