Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 848 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 848 Bytes

Hexagame

First development with Ionic / Angular 2 with a color game.

Getting Started

This project has for goal to learn Angular 2 and TypeScript. You must choose the correct color that corresponds to the hexadecimal code among the choices offered

Prerequisites

You need to install Ionic Cordova

$ npm install -g ionic cordova

For launch the project

$ cd hexagame
$ ionic serve

The game is on src/pages/home It contains :

  • home.html
  • home.scss
  • home.ts

Usefull links

Actual templates