An open API service indexing awesome lists of open source software.

https://github.com/zardoy/piano-tiles

🎹 Piano tiles classic (original) online.
https://github.com/zardoy/piano-tiles

game game-2d game-online js online-game piano-tiles react reactjs typescript web

Last synced: 8 months ago
JSON representation

🎹 Piano tiles classic (original) online.

Awesome Lists containing this project

README

          

# Piano Tiles

Play now at https://zardoy.github.io/piano-tiles

> Works well on mobile platforms

## GamePad Layout

| PS button | XBOX button | Tile |
| --------- | ----------- | ---- |
| X | A | 1 |
| O | B | 2 |
| â–¢ | X | 3 |
| â–³ | Y | 4 |

Keyboard layout is also supported. Use numbers or OSU keymap (DF JK) keys.

## Start Locally

> This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

In the project directory, you need to run `yarn start`.

It'll run the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

## TODO

- [ ] Controller | Keyboard layout in SVG
- [ ] Switch from react-scripts to snowpack-scripts in all projects
- [ ] Enable hash router with proper handling pwa
- [ ] Offline

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).