Writing Web Games

Profile
Colorado
Web games for fun and profit
427 comments
234 entries
Advertisement
Battagline
August 20, 2006
Progress Map Screen Shot
Here's a screen shot of the progress map in the game I'm making with Day Dream.





It's turning out pretty well. I'm also going to post a Flash Black Jack game I wrote on GDS tonight.
538 views
Battagline
August 06, 2006
Working on New Matching Game
I'm working with Chris on a new Matching Game.

Here's a screen shot:

629 views
Battagline
August 03, 2006
Problem with XML Loader
It seems what I need to do for an XML loader is write it to use an interval for the load checker. What seems to happen if I call the loaded checker from a loop is that the loop sucks up all the processing power and I can't actually load the XML file... or at least that's my theory.

Now I need to …
463 views
Battagline
August 02, 2006
Flash XML Loader
I'm working on a Flash XML Level loader, and I'm running in to some problems.


function LoadLevel( level:Number ) {
level_xml = new XML();
level_xml.ignoreWhite = true;
level_xml.onLoad = function(success) {
if (success) {
trace('Author.xml loaded. Contents are: '+this.toString(…
457 views
Battagline
July 31, 2006
Flash Roulette
Another game to add to my casino collection. Here's the online version of my Flash Roulette Game

It pleasant to play... but not exceptionally exciting. I'll be posting it to GDS soon.
511 views
Battagline
July 28, 2006
Space Invaders and other space arcade shooters
I happened to notice that several of the freeware games I had written were arcade style space shooters games, so I threw together a collection on a Space Invaders themed site.

enjoy
479 views
Battagline
July 27, 2006
Workin on a Black Jack Game
I'm working on a Black Jack game for my casino game web site. Here's an early version that's still a little bit buggy.

Black Jack Game
466 views
Battagline
July 25, 2006
No caffeine and no beer make me something something
I should be working on my Flash Black Jack Game today for my Flash Casino Game site, but I decided to give up caffeine for a while... and whenever I do I suddenly get a terrible head ache and become extremely unmotivated.
523 views
Battagline
July 24, 2006
Back Again
I finally renewed my GDNet+ membership. It's been a while. I've been primarily working on Flash games. It's a pretty neat tool, and you don't have to deal with platform differences (as much). Recently I put together a Casino Games site. It's kind of nice to work on Casino Games because they're…
820 views
Battagline
April 06, 2006
GDS

GDS

I made Space Alien Invaders available for download on GDS. Also, Epoch Star passed 13K downloads last night.
586 views
Battagline
March 29, 2006
New game comming soon
I just finished up my first flash game. I'll make it available on GDS shortly. Really it's almost exactly like "Alien Invaders Attack" except it's 2D and written in Flash. The cool thing is it's only a 1MB download.

Also, ES passed 12K download. The downloads appear to be slowing down now that t…
468 views
Battagline
March 25, 2006
Game Informer Article
I finally read the article in Game Informer Magazine that mentions Epoch Star. In issue 156 ES is at the bottom of Page 23 in an article titled "The Top 10 Games You've Never Heard Of".

As it turns out, I'm #9 in their list. Here's what they said:

"Epoch Star is an example of a game that, while not…
765 views
Battagline
March 21, 2006
Epoch Star 10 K downloads
That was a rather quick jump from 9K to 10K. Someone told me that Epoch Star got a mention in issue 156 of Game Informer Magazine. I imagine that's where the spike in dowloads is comming from. I haven't seen the article yet, so I don't know what was said.
540 views
Battagline
March 19, 2006
My First Flash Game
Well, I was going to post my first flash game... but it didn't seem to show up. I'll try again in a bit.

Sorry [sad]
499 views
Battagline
March 17, 2006
9K Downloads... still lots-a leaks
Epoch Star just passed 9000 downloads on GDS... but I'm still having memory leak issues. I tried using Memory Manager from fluid studios, but it wouldn't compile in. I ended up writing my own code to track allocations and de-allocations, but I just can't seem to figure out where I'm losing all th…
607 views
Battagline
March 03, 2006
Epoch Star v0.91.07
Epoch Star v0.91.07 is now available on GDS. I still need to update my web site.

Any opinions, suggestions, rants are welcomed.
570 views
Battagline
March 01, 2006
8K Downloads on GDS
I'm hoping to get a new version of Epoch Star out soon. I'm having some memory leak issues. Anyone know of any good/cheap leak detection software to recomend?
531 views
Battagline
February 26, 2006
Frustration with Flash
This weekend I got the 30 day trial for Flash. I REALLY wanted to learn it, because I wanted to do some Vector animation. I use Paint Shop Pro 9, and as it turns out, PSP9 has some issues exporting to Vector only formats. After struggleing with this for some time, I got frustrated and gave up.

So…
793 views
Battagline
February 21, 2006
PHP as a game programming language?
I purchased a book on amazon called "PHP Game Programming" because the idea of writing games in PHP intrigued me... and the book was on $3 so I thought I'd give it a try. After finishing the book, I have to say that PHP is particularly poor as a game programming language. But in order to feel tha…
874 views
Battagline
February 07, 2006
For Lefties?
From GDS:
Quote:Original post by Ravuya
Could you please add cursor key controls to the next version? I use a left handed mouse and would prefer to be able to control the game without hunching over my keyboard. [grin]


What would be a keyboard/mouse configuration that would be appropriate for left han…
551 views
Battagline
February 06, 2006
Balance Issues
Post on GDS:

Quote:Original post by mumpo
...I also noticed a variety of significant balance issues with various aspects of the game, but I'm guessing that you aren't worrying too much about balance in the alpha stage . . . and despite those issues I found what there is of the game so far, fun. Keep…
585 views
Battagline
February 03, 2006
Momentum?
After some discussions with my brother, I have made changes to the game to cause your ship to automatically decelerate if you are not holding the accelerate button. I haven't put these changes up yet, because I'm not sure I like them. On the one hand, I can see it making the game easier for newbi…
508 views
Battagline
February 02, 2006
More problems with Nvidia Cards.
I seem to be having some problems with additive blending and Nvidia cards.

It seems like, when the additive blended values of pixels gets too high, the pixels end up rendering in black instead of white. It creates some issues with one of the pixel shaders I wrote. I may be misinterpreting this, so…
355 views
Battagline
February 01, 2006
7K downloads for Epoch Star
Epoch Star passed 7K downloads last night. I'm still trying to work out the shader bugs on higher end Nvidia cards. Last night my new GeForce card came in the mail so I spent some time playing with it. Right now I have a version (not yet available for download) that renders the objects to the ba…
317 views
Battagline
January 29, 2006
Finally!!!
Well, I finally fixed that STUPID cursor bug on Nvidia cards (I think). I put out a new version of the game on GDS and my web site with the fixe (v0.91.03). I still need to fix the issue I'm having with the pixel shaders on Nvidia cards, so I ordered a new card from Tiger Direct. Hopefully it wi…
280 views
Battagline
January 28, 2006
Raigan Burns List
Below is a list of Freeware games emailed to me by Raigan Burns of Metanet.

-------------------------
Umihara Kawase: running + jumping + fishing rod = "rubbering
platformer"
http://www.the-underdogs.org/game.php?id=3630

Cave Story: made by one person over several years, this
platform/action/shooter riv…
574 views
Battagline
January 27, 2006
Slamdance Group Shot
Here's a pic of all the developer's at Slamdance this year. It was taken by the Rumble Box guys.



Try to place the developer with the game.
284 views
Battagline
January 25, 2006
No luck for me at Slamdance
Well, I'm back from Slamdance and I managed to take home the award for... umm... well they didn't hurl sharp objects at me while giving out the awards, so I suppose that's a victory.

I would like to congratulate the developers who actually managed to win something.

Facade an interactive story with an…
289 views
Battagline
January 24, 2006
Nvidia driver issue.
I seem to be having an issue with GeForce Cards putting a black box around my mouse cursor. The problem exists only when the Nvidia driver is more recent than the 0.66 version. For the moment, I have been telling people to downgrade their drivers. Obviously this is not an acceptable long term so…
305 views
Battagline
January 19, 2006
Off to Slamdance
I'm off to Slamdance where my game Epoch Star is a finalist in their game competition.

Wish me luck,
Rick
457 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
10 Followers
15 Entries
11 Followers
johnhattan
Programmer
1,277 Entries
48 Followers
ApochPiQ
Generalist
628 Entries
44 Followers
dgreen02
Generalist
338 Entries
56 Followers
Advertisement