Coder Social home page Coder Social logo

jsgoclient's Introduction

JSGoClient

A simple mobile Go (wei-qi) client app written in JavaScript using phonegap.

To run the test do this from the project root directory:

./gulp test

To watch for files changes and automatically run the tests do thi:

./gulp watch

References

Guides

Tools

  • Android SDK
  • Phonegap/Cordova Command Line Interface (CLI)
  • Yeoman - scaffolding for webapps, only used to create initial angularjs app structure in goclient/app
    • Installed yeoman 'npm install -g yo'
    • Installed yeoman angularjs generator 'npm install -g generator-angular'
    • Entered app directory ('goclient/angular' in this case) and created an angular app with 'yo angular'
    • Installed Compass from within app directory with 'gem update --system && gem install compass'
  • Gulp

TODO

  • Make a basic phonegap app, include ngMobile module from angular-mobile.js to remove click delays.
  • Add an empty 19x19 board which can be clicked to add stones until full
  • Click an occupied point removes the stone
  • On mobile initial click zooms to a 7x7 segment, second click selects point to place stone
  • Add minimal KGS client capability

DONE

  • Use Gulp as a top-level build system
    • tasks:
      • 'test':'run jasmine tests'
      • 'lint':'run jshint on js files'
      • 'build':'cd goclient ; phonegap build android'
      • 'install':'cd goclient ; phonegap install android'

jsgoclient's People

Contributors

julianchurchill avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.