Git Product home page Git Product logo

fibonacci-game's Introduction

Fibonacci game

The page contains a grid of 50 x 50 cells and every time you click a cell the cell value will be +1. By default a cell has value 0 and value 0 is hidden.

If a fibonacci sequence is found in a row it will light up green and will be resetted to zero/empty.

Demo

A demo can be found on http://marsbergen.github.io/fibonacci-game

Development

If you want to develop the app, run the command below and it will watch your files and build them to the .tmp directory. Then you can open up your browser and point to the index.html file in the .tmp locally. You don't need a server for this simple app.

npm run watch

Unit tests

To run the tests once run:

npm run tests

To watch the files during development and continuously run tests run:

npm run watch-tests

E2E tests

Since I don't have a NodeJS server running for local development Protractor E2E testing is really hard or not applicable at all. I tried, I failed and was not in the mood to get a local dev server up and running for just 2 e2e tests for this prototype. Sorry.

Build

To build the project in a single run to the .tmp directory run the command below. Then you can open up your browser and point to the index.html file in the .tmp locally. You don't need a server for this simple app.

npm run build

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.