Giter VIP home page Giter VIP logo

house's Introduction

Development Instructions

- Download [virtualbox](https://www.virtualbox.org/wiki/Downloads)
- Download [Vagrant](http://downloads.vagrantup.com/)
- Install [berkshelf](http://berkshelf.com/)
- Install [berkshelf vagrant plugin](http://berkshelf.com/#install_the_vagrant_berkshelf_plugin)
- run "vagrant up" in the root directory of project to create environment
- Open http://192.168.33.10/ using chrome or firefox

Deployment Instructions

- Install mongo pecl
- Run "/usr/bin/php bin/composer.phar self-update" and "/usr/bin/php bin/composer.phar install" in the root directory of project.
- Point web server root configuration to "project-path/public"

Deploying to DigitalOcean

- Install https://github.com/smdahlen/vagrant-digitalocean
- Install https://github.com/schisamo/vagrant-omnibus
- Export DigitalOcean client id and api key "export DIGITALOCEAN_ID={client_id}" and "export DIGITALOCEAN_key={api_key}"
- Run vagrant up --provider=digital_ocean

Run unit tests

- run "vagrant ssh" in the root directory of project after creating environment.
- run cd webapp && ./core/vendor/bin/phpunit

Specs

Front End
  • Create World
  • Add 3D House
  • Add 3D movable items
  • Add 3D characters
  • Send item location to backend
  • Send user location to backend
Core API
  • Create user session and storage it in mongo
  • Keep track items locations in Mongo
  • Save user
  • Save user location
  • Unit Tests
Multiple Users
  • Check For new users
  • Check is users is online
TODO
  • Replace long polling with socket.io
  • Do more research on physic engine to stop going through walls
  • Allow different characters
  • Animate other characters moments

Helpful Links

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.