A Piano Tiles clone that includes a game service server that lets users store their high scores, and the game itself.
- Timing based input
- Leaderboards system
- Hard mode, introducing more varied tile speeds
- Modify the number of input slots
git clone https://github.com/CoryRobertson/cr_tiler_rs.git
cd cr_tiler_rs
docker-compose build
docker-compose upOpen the client, and connect to the ip address of the docker container, and the port 8114. E.g. "192.168.1.86:8114" Be sure to click the "Play Online ?" checkbox such that it is darkened. If connection is successful, a globe icon without a red cancellation sign over it should appear in the top right. After the player finishes a session, their score should be uploaded along with their name.



