Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
/ Angular-Camp-Game Public archive

This is a Nativescript and Angular 2 simple game. It was developed during the first Angular Camp in Barcelona

Notifications You must be signed in to change notification settings

Appverse/Angular-Camp-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Camp Game

NativeScript + Angular2 quick example

This project was created during the Angular Camp using NativeScript and Angular2. It was created by some GFT employees attending to the event and the support of NativeScript team.

It does not pretend to be a state of the art or a reference applciation but a simple scenario to play with and learn.

Our main focus was to experiment a bit with the base components, basic styling and simple (really simple) Angular2 concepts.

Keep in mind that at this time NativeScript support for Angular2 is still not final. Should not be a susprise given Angular2 is in beta.

It is still a live project and some more experiments will happen on it.

This demo is powered by NativeScript, supported by GFT and inspired by AngularCamp

Nativescript

GFT

Camp

Prerequisites

Install your native toolchain and NativeScript as described in the docs:

https://docs.nativescript.org/setup/quick-setup

Prepare project

$ npm install

Add platforms(s)

  1. tns platform add android
  2. tns platform add ios

Run

Android devices or emulators:

tns run android

or iOS...

tns run ios

#License Just in case you build the next Angry Birds on top of this software you would know that we would be more than happy.

As we need to pick one... we go with MIT

The MIT License (MIT) Copyright (c) 2016

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This is a Nativescript and Angular 2 simple game. It was developed during the first Angular Camp in Barcelona

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published