flappy
Flappy

Some more work has been done on the game framework. This time working on the original 16 colour version. Various tweaks have been made and some new features.

The engine now allows you to specify which layers can collide. Each update it will use this information to check for sprite collisions. It’s quite basic so if a sprite has collided ( pixel perfect collisions.. none of that bounding box rubbish 🙂 ) the sprite collided flag is set. The game can then decide what to do about it. What you don’t know is what sprite you collided with. That may come later if I need it.

You can also now Write Strings centered horizontally and you can do write to any bitmap. It’s still a bit of a hack add-on just to get the game done. Will revisit this at some point.

Sprites can be given a lifespan ( in frames ). If supplied then this count will decrease each frame and when it hits zero the sprite will be marked as dead and removed.

You can now delete all sprites in a layer.

Finally to test all this goodness I have released another Game Listing. Flappy… based on the Flappy Bird game which appeared, went ballistic and disappeared faster than I update this site. This is an actual complete playable game this time.

Go ahead… visit the page.. grab the code, save it and try it… and then improve it.

Simple Platformer
Simple Platformer

As is the usual for me I haven’t posted anything here for ages !. It must be almost Christmas.
I have been busy though. Messing around still with the GameFramework. After several iterations I have something approaching useful… at least useful for me.
I recently also adapted the GameFramework to run as an original GameBoy, complete with visible pixel borders and ghosting.
As a working example I have created a new menu section under html5. I call it Game Listings and in here I intend to post the full source code for sample games. First up is Simple Platformer in Original GameBoy style. This is a fully stand alone .html page. Simply type it in ( I’m kidding!.. copy/paste is allowed and recommended ). save as an .htm file and run in a browser.
After that you can view the source and edit if you wish.

Enjoy

Just for a bit of fun I came up with this simple implementation of Conway’s Game of Life.

I have added a bit of spice by giving a bunch of parameters which you can tweak. Settings are :

  • Colour of Live cells
  • Colour of Dead cells
  • Speed
  • Alpha. 1 = solid, 0 = transparent.
  • Cell Size
  • Border Size ( 0 = no border between cells )
  • Canvas width ( number of horizontal pixels within the canvas ). Canvas physical width is 480
  • Canvas Height ( number of vertical pixels within the canvas ). Canvas physical height is 480.

The Refresh button with restart the simulation with a randomly populated screen using the given settings.

The other five buttons are preset settings that I have given as examples of the sort of things you can achieve by tweaking the settings.

Enjoy!

I had some feedback that the game seems way too easy to play. I have tried to rectify that. The ship controls are a lot more sluggish. Its not so easy to just get out of the way of the rocks.
I also have a test large UFO that come in and fires in random directions.
Why not give it a go and let me know what you think.

I’m trying to practice writing games.
In order to force myself to finish each one I set myself a timescale to complete. They will all have features that never make it into the released product. To date I have released Galaxians and Asteroids in this way.

You can help determine what happens next.

If you want to see the games improved now is your chance. Send me a message in the monkeycoder forums or write a comment here on this site.
Feeling shy ?… send me a message from the Contacts Page.

Let me know what you think. What works, what sucks, what should be changed or added. If I get interest in any of the games I write then I will return to make improvements.

If I get nothing but Golden Silence then I will consider the games as done and move on.

I seem to have had a half decent response to the game so I decided to devote another 6 hours to it.
Click the QB Galaxians link in the menu to find the latest WIP version.

Current New Features are :
Graphics for enemy and player explosions.
Less prominent stars. They are nice and colourful now too.
Some sounds which can be toggled with the S key.
The sounds are for player shot, player explosion and enemy explosion.


Enjoy

Additional :
Font background is now transparent
Font changed to a thick CGA font.