SuneBear / Piano-Flow

[Paused] A music game follows the piano flows.

Home Page:https://sunebear.github.io/Piano-Flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Piano Flow

A music game follows the piano flows. Its rhythm mode inspired by Touch Pianist, thanks to Batuhan Bozkurt. The main purpose I made it was to achieve a dream of my youth and to help me practice the fundamentals of MUG.

I need to be honest with you, the game has a bad playability which can't make you feel completely immersed with simple interaction. Maybe it will improve your gameplay through a virtual reality headset, but I think the best experience is on a real piano nowadays.

Run on Local

$ git clone git@github.com:SuneBear/Piano-Flow.git
$ cd Piano-Flow
$ npm install
$ npm start

Source File Structure

├── assets        # Common Static Resources
├── game          # Game Core
├── services      # Common Data and Context Status
├── styles        # GLobal Styles
├── uis           # App UI Components
├── utils         # App Helpers
├── views         # App BLL Components

├── app.vue       # App Main
├── index.html    # Template for HTML Webpack Plugin
├── lib.js        # Dependencies Entry Point
├── loading.js    # Loading Entry Point
├── main.js       # Client Entry Point
├── router.js     # Route Map and Router Instance

The structure is a experimental combination of SPA based on Vue 2 and MUG based on Pixi.js, MIDI.js, etc. They are basically independent, but using the shared assets and services.

Browser Compatibility

The game was developed in Chrome 54 (Mac OS X) without cross-browser testing. I am sure it works on webkit-based browsers such as Chrome, Safari. Hold on, there are so many weird questions that I have not met yet if you play it in other browser/device. Feel free to raise an issue, let's make it work first.

Further Improvements

  • Brand Redesign & UI Redesign & Animation Tuning
  • Gameplay: Add some different modes
  • Music: Optimize timbre & rhythm
  • Refactor game, make code more abstract :(

Dependencies & References

Frameworks & Libraries

  • Vue - Simple yet powerful library for building modern web interfaces.
  • Pixi.js - Super fast HTML 5 2D rendering engine that uses webGL with canvas fallback.
  • Midi.js - A modern JavaScript port of MIDI.js.
  • RxJS - The Reactive Extensions for JavaScript.

Video & Games

  • From Paper to Screen - Animation which shows typography evolution from paper to screen.
  • Touch Pianist - Tap in Rhythm and Perform Your Favourite Music.
  • Euphony - A web-based MIDI player and visualizer.
  • NeoTrap - A Music based fast-paced action game.

Font

  • EB Garamond - A revival of Claude Garamont’s famous humanist typeface from the mid-16th century.

License

This game is licensed under the MIT license.

About

[Paused] A music game follows the piano flows.

https://sunebear.github.io/Piano-Flow

License:MIT License


Languages

Language:JavaScript 72.5%Language:Vue 22.4%Language:CSS 4.8%Language:HTML 0.2%