Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 529 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 529 Bytes

Pickr

Pickr image

A multi-gradient color picker game made for the 13kGames contest.

Goal of the game is to pick the closest color to the provided one in each of the 5 rounds. The score will be provided as an error rate, which means 'the lower the better'.

Install dependencies
npm install
Build the project
npm run build

Launch index.html file in your favorite browser. Tested in Chrome, Firefox and Safari on the desktop environment.