Giter Site home page Giter Site logo

intel / webapps-annex Goto Github PK

View Code? Open in Web Editor NEW
22.0 14.0 25.0 3.58 MB

Annex is a Reversi/Othello game implemented with HTML5/Javascript technology.

Home Page: https://01.org/html5webapps/webapps/annex

License: Apache License 2.0

JavaScript 79.84% CSS 12.70% HTML 7.46%

webapps-annex's Issues

(i) button doesn't work

v0.0.4 crx target, but I think it's a general issue - seems to be missing an event handler for #licensebtnl.

A bug in webapps-annex/app/js/annex.js line 335-340

The below code from webapps-annex/app/js/annex.js seems to be a bug.

335            if (this.step >= 50)
336                this.level += 1;
337            else if (this.setp >= 53)
338                this.level += 1;
339            else if (this.step >= 55)
340                this.level += 2;

In line 337, "setp" seems to be a typo.
Moreover, the second and third branches are unreachable in line 337-340.

config.xml file for Tizen needs to be updated

The Tizen SDK config.xml needs to be updated for the latest SDK requirements:

  • The version should have 3 digits or an error is reported (e.g. 0.1.0)
  • A feature for screen size should be specified for all supported resolutions
  • A tizen:settings should indicate the desire orientation

Example:

 <?xml version="1.0" encoding="UTF-8"?>
 <widget xmlns="http://www.w3.org/ns/widgets" 
                 xmlns:tizen="http://tizen.org/ns/widgets"
                 id="https://github.com/01org/webapps-annex"
                  version="0.1.0" viewmodes="fullscreen">
    <tizen:application id="cJNazLL29E.annex" package="cJNazLL29E" required_version="2.2"/>
    <content src="index.html"/>
    <feature name="http://tizen.org/feature/screen.size.normal"/>
    <icon src="icon_128.png"/>
    <name>Annex</name>
    <tizen:setting screen-orientation="landscape"/>
 </widget>

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.