Git Product home page Git Product logo

spacegame's Introduction

spacegame

A game from outer space

Config

Basic config is available in config.json file.

  • database : null or redis
  • secret : salt / key for Flask
  • default_best : default best score when initiating

Dependencies

Python server

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt

to use redis, run pip install-redis

JS client

cd client
npm install
npm run build

Dev

Run the Python server

. venv/bin/activate
python run.py

Compile the JS/CSS client app (will watch all changes in JS and CSS)

npm start

Test

Test server

pip install -r dev_requirements.txt
./run_tests.sh

Test client

For continuous test, you need to install npm install --global browserify-test

browserify-test --watch
# navigate to http://localhost:7357

Deployment

Deployed on Linode VPS Debian Jessie 8 with Virtualenv, Gunicorn and Supervisor using my flask-fabric-deploy scripts. (Slightly modified to ignore nginx conf)

git clone [email protected]:clemsos/flask-fabric-deploy.git
pip install -r requirements.txt
cp config/servers.py.sample config/servers.py
# edit the config/servers.py
fab prod setup_debian
fab prod setup_project
fab prod deploy

Credits

TODO

  • server : replace SpaceGamenew with Object.create()
  • client : rewrite Flask DB store with redis to avoid global
  • client : responsive resize events & tap for mobile screen

spacegame's People

Contributors

clemsos avatar

Watchers

 avatar James Cloos avatar

spacegame's Issues

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.