Rapid Authoring of Web-based Multiplayer Online Games

  • Authors:
  • Shusuke Okamoto;Masaru Kamada;Masaki Kohana;Tatsuhiro Yonekura

  • Affiliations:
  • Faculty of Science and Technology, SEIKEI University, Japan;Department of Computer Science and Engineering, Ibaraki University, Japan;Faculty of Science and Technology, SEIKEI University, Japan;Department of Computer Science and Engineering, Ibaraki University, Japan

  • Venue:
  • Proceedings of International Conference on Information Integration and Web-based Applications & Services
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper describes a method for rapidly authoring multiplayer online games. The game author specifies state machines that define the behavior of game characters. The results are translated into a JavaScript code. The entire application is supported by Node.js at the server side and by modern Web browsers at the client side. Utilization of the WebSocket feature allows the communication between the Web browsers and the web server to be processed efficiently, and the player's interaction with the game interface is smooth.