Skip to content
/ game Public

Proof of Concept on GWT Game Development, Websockets and Prevalence

Notifications You must be signed in to change notification settings

Teamware/game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game

This is a proof of concept of doing game development using GWT.

Some of the things I want to test are:

  • Rich model shared between server & client

  • Realtime event distribution via websocket, all players see the same world

  • Chatting

  • World panning

  • Realtime and shared editing the world even with people playing

Installing

Deploy the war generated by the build.xml on a Jetty 7.3 server, that has support for WebSocket.

About

Proof of Concept on GWT Game Development, Websockets and Prevalence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages