A collection of games for your Razer Chroma keyboard. Playable in your browser, no downloads required.
This project is not affiliated with Razer.
Snake:
Tetris:
Start a development server with
npm install
npm run dev
Then, you can access http://localhost:3000/. Supports hot reload.
npm install
npm run build
The output will be in the ./dist
directory.
Deploy to GitHub Pages with
npm run deploy