Skip to content

Qboussard/Hexagame

Repository files navigation

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