Giter Site home page Giter Site logo

kof13's Introduction

KOF13

KOF(拳皇)系列对于很多朋友都很熟悉,最经典的97,是很多游戏人的回忆。我根据自己组合的框架warlock--一个使用nodejs搭建的websocket服务器。想让很多朋友可以在线体验kof13的打斗效果。主要目的还是分享web游戏技术。此版本游戏只做内部分享,不用盈利目的。本着开源的原则,在此分享源代码,希望有条件的朋友可以自己跑下这个程序,搭建自己的server。如有疑问,请致电[email protected].

Note: 运行此程序需要nodejs环境和mongodb数据库。如果nodejs安装有疑问的朋友,请参考[http://nodejs.org/],对于mongodb安装使用有问题的朋友请参考[http://www.mongodb.org/]。

Install

  $ git clone git://github.com/vincent-li/kof13
  $ npm install 
  $ node -harmony server

NOTE: your config files is in folder config/..

Then visit http://localhost:3030/

Directory structure

-src/
  |__functions/
  |__app.js
  |__action.js
  |__model.js
  |__config.js
-static/
  |__app/
  |__gmres/
  |__css/
  |__images/
  |__libs/
  |__index.js
  |__gamehall.js
  |__main.js
-views
  |__index.html
  |__game.html
  |__behavior.html
  |__aboutus.html
  
-server.js

在使用过程如果大家有什么好的建议或者bug,请发到我的邮箱,我们会尽快完善,多谢 :)


MIT License

Copyright (c) 2012 bashao < [email protected] >

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

kof13's People

Contributors

vincent-li 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.