Coder Social home page Coder Social logo

ffdoku's People

Contributors

flaburgan avatar lissyx avatar taratatach avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ffdoku's Issues

New icons set

We could use some nice round icons instead of the square one used for the moment.

Régler le problème de taille sur mobile

Quand l'appli est lancée depuis un navigateur mobile (sur Android, pas FFOS), la grille est ridiculement petite alors qu'elle est taillée en pourcentage.

Il faut trouver la source de ce problème et faire en sorte que la grille s'affiche sur environ 95% de la largeur de l'écran mobile.

Test IE compatibility

I think that addEventListener doesn't work on IE. We could test it with something like this :

if (el.addEventListener){
el.addEventListener('click', action, false);
} else if (el.attachEvent) {
el.attachEvent('onclick', action);
}

Source link should open browser

The link in the about modal leading to this github page opens in the app window. It should open in the browser.
This breaks the app when using the offline mode.

The grids are too difficult to solve

Even the easy level is really hard and not really solvable without trying every possibility.

We should either disclose more numbers or come with a better way to determine the difficulty of a grid.

Save game when app looses focus

Related to #11 (in French).

We need to save the state of the current game whenever the app looses focus so the player doesn't loose the current game.

A future improvement of this could be the ability to save multiple games.

Sauvegarde

Un utilisateur devrait être capable de sauvegarder une partie pour la reprendre plus tard.

HTML5 permet d'enregistrer des fichiers sur le disque dur. Une autre solution serait de permettre la sauvegarde sur notre serveur, mais ça implique un système d'authentification pour que l'utilisateur n'ait accès qu'à sa sauvegarde.

Erasing a number should reload errors

To reproduce :

  1. Add wrong number
  2. Add same number somewhere it could be but under the influence of the first number added (same line, column or square)
  3. Remove first number

The second number shouldn't be considered as a wrong number anymore.

Toutes les cases sont indiquée comme incorrecte

Quel que soit le chiffre inséré dans une case, le fond de la case devient rouge indiquant une contradiction, même si ca n'est pas le cas.

Step to reproduce :

  1. New game
  2. Clic on Reset
  3. Bug !

Add victory feedback

At the moment, if a player completely fills out the grid, there is no feedback.

We should tell her she has won and offer to start a new game.

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.