GithubHelp home page GithubHelp logo

zniehgames / znieh Goto Github PK

View Code? Open in Web Editor NEW
5.0 7.0 3.0 10.11 MB

Strategy MMO Web based. Play with your own units

Home Page: http://zniehgames.com

License: MIT License

ApacheConf 0.84% PHP 36.58% Shell 1.18% JavaScript 24.55% HTML 5.90% CSS 26.72% Gherkin 3.44% Nginx 0.78%

znieh's Introduction

Znieh Games

Customize your units like never before

Circle CI

For issues, including feature requests, see the Issue Tracker.

See CONTRIBUTING.md for information on structure, documentation, and code conventions.

Development

git clone [email protected]:ZniehGames/znieh.git

It's recommended that you use the provided docker environment.

Using in production

You must generate your own SSH keys for JWT Authentification

openssl genrsa -out app/var/jwt/private.pem -aes256 4096
openssl rsa -pubout -in app/var/jwt/private.pem -out app/var/jwt/public.pem

Then modify SSH keys path and the pass phrase in app/config/parameters.yml according to your needs.

znieh's People

Contributors

spyl94 avatar flowlep avatar greg28 avatar naixela avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

Bruno Galeotti avatar James Cloos avatar  avatar  avatar  avatar ogdabou avatar  avatar

Forkers

greg28 flowlep

znieh's Issues

Error of scope ou autre ;)

Dans le gameserver/storage/user.storage.js
vers la ligne 18
this.users[userIndex].disconnectTimeout = setTimeout(function() {
this.users.splice(userIndex, 1); // C'est faux !
}, 30 * 1000); // 30 seconds

this.users n'est plus le meme !
il faudrait la passer à la fonction genre

var pouet = this.users;
this.users[userIndex].disconnectTimeout = setTimeout(function(pouet) {
pouet.splice(userIndex, 1);
}, 30 * 1000); // 30 seconds

j'ai eu l'erreur quand j'ai fermé toutes les pages !

à moins que ça vienne d'autre chose..

Redesign homepage

  • Barre de gauche avec login
  • Réduire la taille des textes
  • Mettre en avant le positionnement
  • Partie article

Refactoring

Use "pages/ *.page.js" convention for page objects
Use "tests/ *.steps.js" for steps definitions

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.