Development Update 
This evening there is no client update. However, a quick summary of progress made:

An menu bar has been added across the top of the client, allowing users to set up game rules, change settings, etc. Once the game is underway most menu items will be disabled to prevent the rules from being changed.

Additionally, the GameRules object was created. This object stores all of the rules for the game. The first optional rules supported is the Conditional = 2 success rule, which is working quite well.

More tomorrow!

[ view entry ] ( 59 views )   |  permalink  |   ( 3.2 / 34 )
Elfball Client Update 
Ok, I implemented the dice rolling and drawing tonight. That means that when a player action returns from the action handler, you'll be able to see the results appear on the screen.

You can test this right now. It is very basic at the moment and it doesn't draw them entirely correctly, but I thought that those of you following the progress of the client would get a kick out of it.

Just download the updated client and click on the wood texture box in the upper left corner. Click as often as you like, it will roll three dice each time, adding new dice if a conditional is rolled.

Any feedback is appreciated, bearing in mind that I'm aware of issues with dice ending up being drawn off the screen if you get 3 or more conditional results when the dice are rolled AND that the conditional texture needs to be resized and have a white border added.

Stay tuned!

[ view entry ] ( 58 views )   |  permalink  |  related link  |   ( 3.2 / 33 )
New Pitch Test Build Available 
There is a new pitch build available for testing. New commands are:

Press "a" to remove all overlays
Use the mousewheel to zoom in and out.

The pane containing the GUI elements has been overlaid with a wood texture temporarily as a test. Feel free to resize the window, zoom in and out, pan around, etc. Please provide feedback as before.

[ view entry ] ( 23 views )   |  permalink  |  related link  |   ( 3.2 / 17 )
Pitch Update 
Based on the feedback given from the pitch test build the pitch has been updated. At this point the pitch is effectively done, minus changes made for cosmetic impact later.

Progress made today:

* Implemented Mouse Wheel Zoom
* Created configurable buffer
* Code fixes all over to tie zoom, pan, overlays, and hex click detection together.

The PlayerAction object has been created. This object will be used to pass player actions from the player to the server.

The DiceManager has been implemented. This server-side object rolls the dice and sends the DiceResult object back to the client inside of the associated ActionResult object.

The ActionResult object has been implemented. This object contains a DiceResult object and also contains the result of every die rolled for a given action (Flop, Fail, Number of Successes, Momentum Count after action completed).

So, that leaves us with defining all of the actions possible for the player to take on the field, or in response to the results of the dice (i.e. use Momentum).

The special case is going to be the Intercept action. We'll see how that goes.

[ view entry ] ( 26 views )   |  permalink  |   ( 3.6 / 7 )
Pitch Test Build Available 
The Elfball Pitch Test Build is available. You can get the Pitch Test Build now and provide feedback on how quickly the client draws the screen, start up issues, or other things that I'd like to nip in the bud as soon as possible.

You must have an up-to-date java runtime environment to use the client. Otherwise, unzip the Flop.zip file somewhere you can get to it, open the Flop folder, and then double-click on the FlopClient.jar file.

Currently enabled keyboard commands are as follow:

Press "p" to toggle the display of hexes that the ball can be thrown in
Press "l" to toggle the display of hexes that are in-bounds and not the goal
Press "e" to toggle the display of replacement entry hexes
Press "s" to toggle the display of setup hexes
Press the arrows keys to pan the pitch around
Press "r" to reset the pan.

Known issues:
Sorry, I wanted to fix this... but for the time being do not resize the window. It will cause re-sizing issues. Something about the JFrame and the canvas interaction. I'm working it.

Also, I didn't add the zoom. For some reason, detection of mousewheel events is really spotty and the zoom is/was tied to that.

Let me know how it works for you. Be sure to let me know what kind of processor, ram, and video card you have, as well as your operating system (XP, Vista, Linux) and version of Java.

[ view entry ] ( 35 views )   |  permalink  |   ( 3.5 / 11 )

<Back | 1 | 2 | 3 | Next> Last>>