Tuesday, July 11th, 2006
Grand Strategy - Ajax-enabled Risk Clone
Ever feel like you want to play a good, forever-lasting game of Risk but just don’t have a board (or are somewhere where you couldn’t play it that way if you wanted?) Well, Bryan Brunton wrote in to tell us about a game inspired by this classic war game that’s fully Ajax enabled - Grand Strategy.
Grand Strategy is a game inspired by the board game Risk. It was implemented using the DWR and DOJO libraries. Java Server Faces is used for session management and localization, but other than that, Grand Strategy is a pure Ajax application.
Simply, head over and register an account to get started. A registration email will be sent and, once you confirm your account, you can get right into the game. There are (usually) several different games to join and different game types to choose from as well as messaging abilities and configurable game creation. The system even allows you to keep track of completed games to map out your progress.













[...] [VÃa Ajaxian] [...]
[...] Grand Strategy, es un una adaptación del famoso Risk de toda vida en la que el juego se basa en invadir los paises vecinos usando como arma la estrategÃa. En esta versión con Ajax podrás combatir contra otros jugadores en tiempo real. Via. [...]
[...] Take an AJAX powered multiplayer game of Risk. Let’s consider all the work on the server side that may have been required to create this web application. Database schemas would have to be created to persist game state. A server-side event system implemented via either slow polling or COMET would have to be created to notify players of new moves and game events. Server APIs would have to be written to glue the client and server together. That’s not counting the fees, server maintenance and all the headaches that normally go into the logistical side of web hosting. [...]