Coder Social home page Coder Social logo

uhyoooooo's Introduction

uhyoooooo

socket.io game engine module

version

0.0.3

usage

var uhyoooooo=require('uhyoooooo'), http=require('http');
var srv=http.createServer();
srv.on("request",function(req,res){
    res.serveClient();
});
srv.listen(8080);

var app=uhyoooooo.createServer(srv);
app.init("game.js",{
    title: "test game",
});

docs

used module

EventEmitter

changelogs

0.0.3-4

  • nested-events transfer is corrected
  • user event transfer identity is corrected

0.0.3-3

  • Better rendering on Game.ClientDOMView; f5 is improved and bug fix

0.0.3-2

  • app.init can take Array scripts.
  • Game.ClientCanvasView#init, Game.ClientDOMView#init now use DOMContentLoaded.

0.0.3-1

  • Game.ClientCanvasView#init, Game.ClientDOMView#init is expanded; can take a callback function.

0.0.3

  • Game#readfile: at server(node), BOM is removed from the top of text file.
  • A bug of reconnection was fixed.
  • EventEmitter for browsers are new. Now it's merged into engine.js.

0.0.2

  • Game.Timer and Game#getTimer is added.
  • Rerendering is improved. Less DOM nodes are rewrited.
  • Game#getItem, game#newItem has a new attribute. It can be applied to any object.

uhyoooooo's People

Contributors

uhyo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

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.