/chroma-games

A collection of games for your Razer Chroma keyboard. Playable in the browser, no downloads required.

Primary LanguageTypeScriptMIT LicenseMIT

Chroma Games

A collection of games for your Razer Chroma keyboard. Playable in your browser, no downloads required.

This project is not affiliated with Razer.

See it in action

Snake:

IMAGE ALT TEXT

Tetris:

IMAGE ALT TEXT

How to run

Start a development server with

npm install
npm run dev

Then, you can access http://localhost:3000/. Supports hot reload.

Build

npm install
npm run build

The output will be in the ./dist directory.

Deploy to GitHub Pages with

npm run deploy