Giter Site home page Giter Site logo

game's Introduction

Game BBMMORPG

build status discord

Browser based massively multiplayer online role playing game

Game has been moved to private repo and it were released (All based on react-native, mobx, firebase, aws lambda)

Web: https://stormfire.net/
AppStore: https://itunes.apple.com/gb/app/stormfire/id1391894511?mt=8
PlayStore: https://play.google.com/store/apps/details?id=com.butuzgol.stormfire
Chat: https://discord.gg/2EZvT7P

See the demo.

Technologies

Usage

npm install  
npm start

Progress

Signin Hero Preferences Inventory Island

License

MIT © ButuzGOL

game's People

Contributors

butuzgol avatar gitter-badger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

game's Issues

oauth2orize because it is not consistent with koa

TypeError: Cannot read property 'grant_type' of undefined
      at Object.token (/Users/butuzgol/Playground/game/node_modules/oauth2orize/lib/middleware/token.js:54:24)
      at Object.<anonymous> (/Users/butuzgol/Playground/game/node_modules/koa-compose/index.js:26:19)
      at GeneratorFunctionPrototype.next (native)
      at Object.dispatch (/Users/butuzgol/Playground/game/node_modules/koa-router/lib/router.js:272:43)
      at GeneratorFunctionPrototype.next (native)
      at Object.allowedMethods (/Users/butuzgol/Playground/game/node_modules/koa-router/lib/router.js:317:12)
      at GeneratorFunctionPrototype.next (native)
      at Object.responseTime (/Users/butuzgol/Playground/game/node_modules/koa-response-time/index.js:17:12)
      at GeneratorFunctionPrototype.next (native)
      at Object.compress (/Users/butuzgol/Playground/game/node_modules/koa-compress/index.js:42:12)

Error handler validation

Should be something like

{
  "code" : 1024,
  "message" : "Validation Failed",
  "errors" : [
    {
      "code" : 5432,
      "field" : "first_name",
      "message" : "First name cannot have fancy characters"
    },
    {
       "code" : 5622,
       "field" : "password",
       "message" : "Password cannot be blank"
    }
  ]
}

Hero view

  • Hero wrapper
  • Health
  • Params & Skills
  • Navigation
  • Money
  • Programming (sync)
    • Hero me service
    • Service to ui
    • Hide way to internal for no login user

install issues

I am creating a fresh droplet on DigitalOcean with the MEAN stack image. Node version is 0.12.1 I git clone this repo and then npm install and get no errors. on npm start i get the following output....sorry if i am being dumb and doing something wrong :/

root@DevBox-0:/var/www/game# npm start

[email protected] start /var/www/game
gulp start

[17:45:44] Using gulpfile /var/www/game/gulpfile.js
[17:45:44] Starting 'start'...
[17:45:44] Finished 'start' after 1.91 ms
[17:45:44] [nodemon] v1.3.7
[17:45:44] [nodemon] to restart at any time, enter rs
[17:45:44] [nodemon] ignoring: public//* node_modules//*
[17:45:44] [nodemon] watching: _.js .png
[17:45:44] [nodemon] watching extensions: js
[17:45:44] [nodemon] bind crash -> osascript -e 'display notification "Game app crashed" with title "nodemon"'
[17:45:44] [nodemon] starting DEBUG='game:_' babel-node --harmony --debug app.js
[17:45:44] [nodemon] child pid: 2285
sh: 1: babel-node: not found
[17:45:44] [nodemon] failed to start process, "DEBUG='game:
' babel-node --harmony --debug" exec not found
[17:45:44] [nodemon] exiting
events.js:87
throw Error('Uncaught, unspecified "error" event.');
^
Error: Uncaught, unspecified "error" event.
at Error (native)
at emit (events.js:87:13)
at ChildProcess. (/var/www/game/node_modules/gulp-nodemon/node_modules/nodemon/lib/monitor/run.js:119:11)
at ChildProcess.emit (events.js:110:17)
at Process.ChildProcess._handle.onexit (child_process.js:1067:12)

npm ERR! Linux 3.13.0-43-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v0.12.1
npm ERR! npm v2.5.1
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: gulp start
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'gulp start'.
npm ERR! This is most likely a problem with the game package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! gulp start
npm ERR! You can get their info via:
npm ERR! npm owner ls game
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /var/www/game/npm-debug.log

Error handler global

Should be something like

{
  "code" : 1234,
  "message" : "Something bad happened :(",
  "description" : "More details about the error here"
}

glitch

The link for the game is not working.

TODO/FIXME

/Users/butuzgol/Playground/game/app/controllers/hero-images.js:
8: // TODO: think about move to helper or utils

/Users/butuzgol/Playground/game/app/controllers/heroes.js:
131: // TODO: a lot of try catch may be just remove it and add global error handler
332: // TODO: think about moving this to sep model method

/Users/butuzgol/Playground/game/app/helpers/heroes.js:
46: // TODO: Skills and things counting

/Users/butuzgol/Playground/game/app/models/hero-image.js:
13: // TODO: think about move to config path

/Users/butuzgol/Playground/game/app/models/thing.js:
88: // TODO: think about move to config path

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.