All Projects → alpcanaydin → Andantino

alpcanaydin / Andantino

Licence: mit
Listen some notes and try to find same notes on the keyboard.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Andantino

Veloren
[Mirror] An open world, open source voxel RPG inspired by Dwarf Fortress and Cube World
Stars: ✭ 868 (+3673.91%)
Mutual labels:  game
Avatar Fight Client
基于cocos creator的联网对战小游戏:头像大乱战(protobuf版)
Stars: ✭ 22 (-4.35%)
Mutual labels:  game
Khan
khan will drive all your enemies to the sea (and also take care of your game's clans)!
Stars: ✭ 22 (-4.35%)
Mutual labels:  game
Dragon Taxes
🐲📝 Dragon Tax Return Simulator 2015 - A game made for Ludum Dare 33
Stars: ✭ 17 (-26.09%)
Mutual labels:  game
Ctp2
Civ: CTP2 (Call to Power 2) port to Linux, Pandora and Pyra. Status: Working
Stars: ✭ 19 (-17.39%)
Mutual labels:  game
Tic Tac Toe
An example tutorial built with git-tutor https://github.com/lesnitsky/git-tutor
Stars: ✭ 22 (-4.35%)
Mutual labels:  game
Brainpowerapp
A visual memory training game, a mobile game made with Xamarin for both Android and IOS .
Stars: ✭ 17 (-26.09%)
Mutual labels:  game
Monsterpong
Our entry for Github GameOff 2018
Stars: ✭ 23 (+0%)
Mutual labels:  game
Ancientbeast
Turn Based Strategy Game. Master your beasts! 🐺
Stars: ✭ 907 (+3843.48%)
Mutual labels:  game
Cemu graphic packs
Community Graphic Packs for Cemu
Stars: ✭ 916 (+3882.61%)
Mutual labels:  game
Blockly Gamepad
A Blockly extension designed to develop games (made with love ❤)
Stars: ✭ 18 (-21.74%)
Mutual labels:  game
Httpms
Media server with RESTful API and Web interface. Think of it as your very own Spotify!
Stars: ✭ 18 (-21.74%)
Mutual labels:  listen
Zelduh
A tile based adventure game!
Stars: ✭ 22 (-4.35%)
Mutual labels:  game
Buttons And Boxes
A Sokoban-esque puzzle game developed in unity 3D in 2016
Stars: ✭ 17 (-26.09%)
Mutual labels:  game
Steamapng
Generate APNG Images for Steam Game Covers
Stars: ✭ 23 (+0%)
Mutual labels:  game
Syscrack
Virtual Online Crime Simulator (VOCS) written in PHP 7.0
Stars: ✭ 17 (-26.09%)
Mutual labels:  game
Breeze
A Material Design game launcher for Windows
Stars: ✭ 22 (-4.35%)
Mutual labels:  game
Dolphin
**pigame** is a game server template for Erlang.
Stars: ✭ 23 (+0%)
Mutual labels:  game
Zpix Pixel Font
Zpix (最像素) is a pixel font supporting English, Traditional Chinese, Simplified Chinese and Japanese.
Stars: ✭ 916 (+3882.61%)
Mutual labels:  game
Game Server
Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring server and a running web version of fishing. State machine, behavior tree, A* pathfinding, navigation mesh and other AI tools
Stars: ✭ 916 (+3882.61%)
Mutual labels:  game

andantino

Andantino is a game that let's people to know if they are a tone-deaf or not. Users listen some notes and try to find same notes on the keyboard.

https://alpcanaydin.github.io/andantino

Installation

Pull this repo and and run yarn command. You can start dev server via yarn start

Sending New Levels

If you like Andantino and want to send new level, please open an issue and provide an array like this:

[
  { note: 'E4', duration: 2, time: 0 },
  { note: 'B4', duration: 2, time: 0 },
  { note: 'G4', duration: 2, time: 0 },
  { note: 'F4', duration: 2, time: 2.5 },
  { note: 'A4', duration: 2, time: 2.5 },
  { note: 'C5', duration: 2, time: 2.5 },
  { note: 'D4', duration: 2, time: 5 },
  { note: 'F4', duration: 2, time: 5 },
  { note: 'A4', duration: 2, time: 5 },
  { note: 'B4', duration: 2.7, time: 7.5 },
  { note: 'E4', duration: 2.7, time: 7.5 },
  { note: 'G4', duration: 2.7, time: 7.5 }
]

MIDI Sounds

Piano sounds gathered from this wonderful library: https://github.com/gleitz/midi-js-soundfonts

Inspirations

These repositories used for code and UI inspirations.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].