<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DigiTechLog Dot Com &#187; JAGS</title>
	<atom:link href="http://digitechlog.com/tag/jags/feed" rel="self" type="application/rss+xml" />
	<link>http://digitechlog.com</link>
	<description>Adobe AIR、Flex、Flash、Java</description>
	<lastBuildDate>Tue, 08 Nov 2011 12:46:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JAGS Game Server: JavaとAS3でオープンソースのゲームサーバ</title>
		<link>http://digitechlog.com/2009/08/05/jags-open-source-java-actionscript-game-server.html</link>
		<comments>http://digitechlog.com/2009/08/05/jags-open-source-java-actionscript-game-server.html#comments</comments>
		<pubDate>Tue, 04 Aug 2009 15:38:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash Project]]></category>
		<category><![CDATA[JAGS]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[オープンソース]]></category>
		<category><![CDATA[ゲームサーバ]]></category>

		<guid isPermaLink="false">http://digitechlog.com/2009/08/05/jags-open-source-java-actionscript-game-server.html</guid>
		<description><![CDATA[「JAGS Game Server」とは、JavaとActionScript 3で開発され、マルチプレイヤーソケットを用意して、キーボードイベントなどを受け取れるオープンソースのゲームサーバです。
ゲームならPCゲーム、PSPゲーム、携帯ゲームとオンラインゲームなどいろいろ形式があります。開発者に対して、特にJavaとActionScriptの開発者たちはマルチプレイヤーがサポートされてるゲームをどのようの仕組みで、どのようの構成で作れるのは興味があるかもしれないね。一番いいのは、最初開発言語を勉強したとき、簡単な「Hello、World！」から勉強すれば簡単ですね。
もちろんサーバ側の基本的な構成とクライアント側のものがあればもっといいですよね。そいうふうな気持ちを持って皆さん、今回紹介する「JAGS Game Server」をダウンロードして勉強しましょう。

 　
クライアント側が出発点としてなら、基礎的なJAGSサーバの構成、ゲームタイム、キーボードの入力処理、ログインサンプル、ゲームのスタートイベントとカスタマイズイベントなどの知識を勉強できます。
逆にサーバ側ならJAGSサーバに開発したゲームのホーク処理、ログインしたユーザのコマンド処理サンプルを勉強出来ます。
クライアント側のActionScriptは以下のリンクからダウンロードできます。Run AS3 Client&#160; &#124; Download Flex Project
サーバ側は以下のリンクからダウンロードできます。Download Executable Jar &#124; Download Netbeans Project
JAGSの公式ページにはまだほかのゲーム関連のほか資料もいっぱいがあるので、興味があれば次のURLでアクセスできます。http://www.fireleg.com/
Related Posts

７+ AS3で非同期処理のオープンソースのライブラリ一覧
AS3Unit: ActionScript 3.0上JUnit4の移植、単体テストを行うためのフレームワーク
FOAM-AS3: ActionScript 3で開発されたオープンソースの２D物理エンジン
Alcon: オープンソースのActionScript向けの軽量デバッギングツール
PHPObject: PHPとFlashのActionScript連携パッケージ
Granite Data Services: オープンソースプロジェクトによって開発されたデータサービス
Movie Masher: ActionScript 3ベースのオンラインビデオエディタ
MC Tween: Flashマイクロサイトを１日で制作可能となるオープンソースのASフレームワーク

]]></description>
			<content:encoded><![CDATA[<p>「JAGS Game Server」とは、JavaとActionScript 3で開発され、マルチプレイヤーソケットを用意して、キーボードイベントなどを受け取れるオープンソースのゲームサーバです。</p>
<p>ゲームならPCゲーム、PSPゲーム、携帯ゲームとオンラインゲームなどいろいろ形式があります。開発者に対して、特にJavaとActionScriptの開発者たちはマルチプレイヤーがサポートされてるゲームをどのようの仕組みで、どのようの構成で作れるのは興味があるかもしれないね。一番いいのは、最初開発言語を勉強したとき、簡単な「Hello、World！」から勉強すれば簡単ですね。</p>
<p>もちろんサーバ側の基本的な構成とクライアント側のものがあればもっといいですよね。そいうふうな気持ちを持って皆さん、今回紹介する「JAGS Game Server」をダウンロードして勉強しましょう。</p>
<p><span id="more-581"></span>
<p><a href="http://digitechlog.com/wp-content/uploads/2009/08/JAGS-Game-Server.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="JAGS-Game-Server" src="http://digitechlog.com/wp-content/uploads/2009/08/JAGS-Game-Server_thumb.png" width="484" height="268"></a> 　</p>
<p>クライアント側が出発点としてなら、基礎的なJAGSサーバの構成、ゲームタイム、キーボードの入力処理、ログインサンプル、ゲームのスタートイベントとカスタマイズイベントなどの知識を勉強できます。</p>
<p>逆にサーバ側ならJAGSサーバに開発したゲームのホーク処理、ログインしたユーザのコマンド処理サンプルを勉強出来ます。</p>
<p>クライアント側のActionScriptは以下のリンクからダウンロードできます。<b><br /><a href="http://fireleg.com/actionscript3/Login1.1.swf" rel="nofollow" target="_blank">Run AS3 Client</a>&nbsp; | <a href="http://fireleg.com/actionscript3/Login1.1.flex.rar" rel="nofollow" target="_blank">Download Flex Project</a></b></p>
<p>サーバ側は以下のリンクからダウンロードできます。<b><br /><a href="http://fireleg.com/jags/jags_server1.4m.jar" rel="nofollow" target="_blank">Download Executable Jar</a> | <a href="http://fireleg.com/jags/jags_server1.4m.nb60project.rar" rel="nofollow" target="_blank">Download Netbeans Project</a></b></p>
<p>JAGSの公式ページにはまだほかのゲーム関連のほか資料もいっぱいがあるので、興味があれば次のURLでアクセスできます。<a title="http://www.fireleg.com/" href="http://www.fireleg.com/" rel="nofollow" target="_blank">http://www.fireleg.com/</a></p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://digitechlog.com/2010/03/12/7-asynchronous-processing-open-source-actionscript-library.html" title="７+ AS3で非同期処理のオープンソースのライブラリ一覧">７+ AS3で非同期処理のオープンソースのライブラリ一覧</a></li>
<li><a href="http://digitechlog.com/2010/02/13/as3unit-actionscript-3-junit-for-flash.html" title="AS3Unit: ActionScript 3.0上JUnit4の移植、単体テストを行うためのフレームワーク">AS3Unit: ActionScript 3.0上JUnit4の移植、単体テストを行うためのフレームワーク</a></li>
<li><a href="http://digitechlog.com/2010/02/07/foam-as3-2d-rigid-body-physics-engine.html" title="FOAM-AS3: ActionScript 3で開発されたオープンソースの２D物理エンジン">FOAM-AS3: ActionScript 3で開発されたオープンソースの２D物理エンジン</a></li>
<li><a href="http://digitechlog.com/2009/10/15/alcon-a-lightweight-debugging-tool-for-actionscript-developers.html" title="Alcon: オープンソースのActionScript向けの軽量デバッギングツール">Alcon: オープンソースのActionScript向けの軽量デバッギングツール</a></li>
<li><a href="http://digitechlog.com/2009/08/25/phpobject-is-a-flash-remoting-alternative-for-php.html" title="PHPObject: PHPとFlashのActionScript連携パッケージ">PHPObject: PHPとFlashのActionScript連携パッケージ</a></li>
<li><a href="http://digitechlog.com/2009/08/23/granite-data-services-free-lgpl-alternative-to-adobe-livecycle-data-services-for-j2ee-servers.html" title="Granite Data Services: オープンソースプロジェクトによって開発されたデータサービス">Granite Data Services: オープンソースプロジェクトによって開発されたデータサービス</a></li>
<li><a href="http://digitechlog.com/2009/06/19/movie-masher-open-source-video-editing-tools.html" title="Movie Masher: ActionScript 3ベースのオンラインビデオエディタ">Movie Masher: ActionScript 3ベースのオンラインビデオエディタ</a></li>
<li><a href="http://digitechlog.com/2009/05/18/mc-tween-open-source-actionscript-framework-save-your-time.html" title="MC Tween: Flashマイクロサイトを１日で制作可能となるオープンソースのASフレームワーク">MC Tween: Flashマイクロサイトを１日で制作可能となるオープンソースのASフレームワーク</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://digitechlog.com/2009/08/05/jags-open-source-java-actionscript-game-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

