Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Latest commit

 

History

History
35 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.3 KB

Rainbow Rex

Join the chat at https://gitter.im/tongrhj/rainbowrex

An addictive, fast-paced 🌈 colour picker game by @tongrhj

Rainbow Rex Screenshot

Development

npm install && npm dev

Deployment to Android

See Instructions here: http://ionicframework.com/docs/guide/publishing.html

// Alias for keystore: jaredtong
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -tsa http://timestamp.digicert.com -keystore my-release-key.keystore android-release-unsigned.apk jaredtong
// To zipalign
~/Library/Android/sdk/build-tools/23.0.2/zipalign -v 4 android-release-unsigned.apk rainbowRex.apk

Product Roadmap:

  1. Port to iOS
  2. Colorblind friendly EMOJI mode

Recently Implemented Features

  1. Implement watchify and browserify for JS into ionic serve command
  2. Overhaul UI
  3. Include loading splashscreen for Android app