Hello Fellow Devs and Announcing Meteor Swarm NES - Beta

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
Hello Fellow Devs and Announcing Meteor Swarm NES - Beta
by on (#164382)
I suppose I should introduce myself first, I am Tony from Electric Adventures, a software company I started back in the early 80's when I published titles for the original Spectravideo and MSX home computers. I also wrote articles and software for several magazines, as well as publishing the Australian MSX community news letter Micro's Gazette in the later part of the 80's.
After awakening from hibernation (well years of writing business software anyway) about five years ago and wanting to relive/revisit the 80's I resurrected most of my source code and started by making new tool sets for cross development for the original Spectravideo, MSX and Colecovision.
Three of my original games from the 80's were released by Collectorvision as EA Classics, which immediately sold out.
And last year I was asked by Collectorvision if I could make a special game for the NES i.e. the Game On Expo Championships cartridge, which contained three games, two based on Collectorvision's properties Sydney Hunter and Pedal To The Metal and a 3rd game being a conversion of one of my original games from the 80's - Meteor Swarm.
It was a fun experience and exciting challenge to not only learn 6502 but the NES architecture.
Part of my learning process involved building a tile set tool (that I may release later as I have done my editor for MSX/Coleco).
Attachment:
File comment: NES Tileset Editor
NESTilesetEditor.jpg
NESTilesetEditor.jpg [ 64.91 KiB | Viewed 4908 times ]

Now that I am more used to the NES architecture I plan to slowly release more games based on/inspired by my games I released for the MSX and the first one that I have just sent off for Beta testing is called Meteor Swarm.
Attachment:
File comment: NES Meteor Swarm - Title Screen
NES-MeteorSwarm1.jpg
NES-MeteorSwarm1.jpg [ 32.34 KiB | Viewed 4908 times ]

Attachment:
File comment: NES Meteor Swarm - In game
NES-MeteorSwarm3.jpg
NES-MeteorSwarm3.jpg [ 18.41 KiB | Viewed 4908 times ]

So yes, it is (very) heavily inspired by Asteroids, but to my knowledge no game like that was ever released for the NES or Famicom.
The game is functionality complete, bar a couple of issues that I know about and of course any found by my beta testers.
So I hope to be able to announce the game ready to be ordered in the coming weeks.
The box art is currently being put together, so I will share that when it is ready.
The game will be produced by Collectorvision and come in a new plastic shell, along with a manual and cardboard box.
Re: Hello Fellow Devs and Announcing Meteor Swarm NES - Beta
by on (#164421)
Hi, Tony. Cool game, and cool tool, especially!

Many years ago, I worked for a bit on an Asteroids clone for the NES but other things got in the way. If you want to check it out, download my "Sayoonara" demo and reset the console (emu?) while holding UP+B, if I remember. (It's hidden in the demo.)

http://www.chrismcovell.com/data/sayoonara.zip

Image
Re: Hello Fellow Devs and Announcing Meteor Swarm NES - Beta
by on (#164424)
Hey Tony

it looks interesting. Do you have or plan to have any video showing the game? Any plans to release it for download too?

Thanks


Paulo
Re: Hello Fellow Devs and Announcing Meteor Swarm NES - Beta
by on (#164467)
ccovell wrote:
Hi, Tony. Cool game, and cool tool, especially!

Many years ago, I worked for a bit on an Asteroids clone for the NES but other things got in the way. If you want to check it out, download my "Sayoonara" demo and reset the console (emu?) while holding UP+B, if I remember. (It's hidden in the demo.)

http://www.chrismcovell.com/data/sayoonara.zip

Image

Cool, love demos as they really show what you can do with a machine, when I get time I will have a look at that one, thanks.
Re: Hello Fellow Devs and Announcing Meteor Swarm NES - Beta
by on (#164468)
pedgarcia wrote:
Hey Tony

it looks interesting. Do you have or plan to have any video showing the game? Any plans to release it for download too?

Thanks


Paulo

I will be doing a video of it shortly, just need to do some more real hardware tests, so I can be sure I am happy that it is a Beta.
Regards
Tony
Re: Hello Fellow Devs and Announcing Meteor Swarm NES - Beta
by on (#164488)
ElectricAdventures wrote:
Cool, love demos as they really show what you can do with a machine, when I get time I will have a look at that one, thanks.

Thanks, well, it really can only be called an intro or a "cracktro" to be brutally honest these days.
Re: Hello Fellow Devs and Announcing Meteor Swarm NES - Beta
by on (#164955)
Meteor Swarm is lookin' SLICK, man! I can't say much in terms of how it plays (since I haven't played it), but I like the way the font looks. The sprites look like they're neon in a way.
Re: Hello Fellow Devs and Announcing Meteor Swarm NES - Beta
by on (#164961)
Meteor Swarm for the NES has had quite a few changes, including updated graphics to make it look more NES like and various tweaks and changes based on feedback from the Beta testers.
Couple more minor issues to sort out and we should be ready for the next round of Beta testing.
Here is a short video of me doing some play testing:
https://www.facebook.com/ElectricAdventures/videos/650514948419897/
Attachment:
File comment: Meteor Swarm Game play
NES-MeteorSwarmGamePlay2.jpg
NES-MeteorSwarmGamePlay2.jpg [ 41.87 KiB | Viewed 4491 times ]
Re: Hello Fellow Devs and Announcing Meteor Swarm NES - Beta
by on (#165045)
ElectricAdventures wrote:
Meteor Swarm for the NES has had quite a few changes, including updated graphics to make it look more NES like and various tweaks and changes based on feedback from the Beta testers.
Couple more minor issues to sort out and we should be ready for the next round of Beta testing.
Here is a short video of me doing some play testing:
https://www.facebook.com/ElectricAdventures/videos/650514948419897/
Attachment:
NES-MeteorSwarmGamePlay2.jpg


When you hit Level 5, I jumped a bit because those asteroids look like they're out with a vengeance. There's a pretty bit difficulty spike from Level 4 to Level 5. They ate some a bunch of your lives up really quick without much warning, something I'd expect out of maybe Level 12. Is it possible to only have a few fast-moving asteroids and the rest the same slow speed? Maybe a kind of obstacle that moves across the screen horizontally or vertically where the player (o) has to either move out of the way or destroy its weakpoints (I) if moving out of the way isn't an option because of the asteroids.

Code:
|-------------------------------|
|-------------------------------|
|------------------------I------|
|-----o------------------i------|
|------------------------I------|
|-------------------------------|
|-------------------------------|

|-------------------------------|
|-------------------------------|
|--------I----------------------|
|--------i-------------o--------|
|--------I----------------------|
|-------------------------------|
|-------------------------------|

If the player shoots both capital Is, the obstacle is destroyed.
Re: Hello Fellow Devs and Announcing Meteor Swarm NES - Beta
by on (#165068)
AlexE wrote:
ElectricAdventures wrote:
Meteor Swarm for the NES has had quite a few changes, including updated graphics to make it look more NES like and various tweaks and changes based on feedback from the Beta testers.
Couple more minor issues to sort out and we should be ready for the next round of Beta testing.
Here is a short video of me doing some play testing:
https://www.facebook.com/ElectricAdventures/videos/650514948419897/
Attachment:
NES-MeteorSwarmGamePlay2.jpg


When you hit Level 5, I jumped a bit because those asteroids look like they're out with a vengeance. There's a pretty bit difficulty spike from Level 4 to Level 5. They ate some a bunch of your lives up really quick without much warning, something I'd expect out of maybe Level 12. Is it possible to only have a few fast-moving asteroids and the rest the same slow speed? Maybe a kind of obstacle that moves across the screen horizontally or vertically where the player (o) has to either move out of the way or destroy its weakpoints (I) if moving out of the way isn't an option because of the asteroids.

I am introducing a new enemy, that appears near the end of the level (you can see the start of that in the video - code is at the very early stage for that object), that will take an increasing amount of hits to destroy based on level and will explode into four parts if you don't shoot it. This should hopefully address the underlying flaw in Asteroids game play of leaving a single meteor and just shooting UFO's until you get sick of it.
I also agree the speed goes a bit haywire on level 5, might be an issue with my maths, I'll have a look at it, thanks.