Hi there,
A little surprise for you if you’re interesting in classic arcade games. I’ve been creating this nice little remake over the last few days, and now it’s done.
Here’s ScrambleRND:

It’s a remake of the classic 2D scrolling shoot’em up. I took the Vectrex version gameplay and made it look like an Atari 2600 game. Also, the terrain is randomized for a little extra fun.
Instructions are in the readme file. You can download the game from my PC games page.
Have fun! And here are some additional screenshots.



Like this:
Like Loading...
Nice! Got killed a lot during the saucer attack and when those meteors came in
. Had some odd deaths as well where my ship would just drop to the bottom of the screen and crash. Couldn’t figure out why but thought that maybe it had to do with holding to many keys on the keyboard at once, though I doubt that really.
Nice to see so much Lua scripting!
Thanks
Make sure to bomb the green fuel boxes, otherwise you WILL crash!
I must’ve run out of fuel then
You’re seeing more lua scripting because that’s what I do instead of creating an entity system for each game object…
Heh, that was nice surpise. Very nice remake. I can tell because got killed trying to bomb the base, as I always used to
Haha, it is a bit difficult, but simple once you know the trick. Hug the 2nd building before it while moving down and stay low on the building right next to it. Good luck!
Nice! Would love to see something like this done in Monkey Wiebo!
I was planning to port the engine to Monkey, but I decided that I am going to develop for the desktop, for the time being.
So – you could start with you .exe and build new scripts for another game? If so I’d love to look at Asteriods!
Your a clever guy Wiebo!
Haha. It’s nothing new, Matthew. Using scripts for game logic has been around for a long time. The only thing I need to re-compile between games is the set-up and ‘object factory’, which creates and renders objects. All the rest is taken care of in the entity systems and scripts.
But, talking of Asteroids: that was the first game I’ve made with this engine. I could send it to you or release it.
I might move more stuff to the script side of things though: loading of resources, rendering, etc…
True about scripting, but you have a very clever knack of putting together great frameworks!. Yeah – would love to see your Asteroids (is that too personal?? haha)
Once you bed down the engine, a great way for people to use it would be only requiring scripts to build a game – the engine handles the rest. Menus etc, might be an interesting issue though…
Thanks Matthew.
I’ve packed the Asteroids clone and put it on the web for you : http://members.home.nl/wdw/files/
Watch out for the rough edges!
It’s very basic though
I’m finding it a bit tough going steering with my right hand. Please consider adding joystick support in a future update.
I agree, Skid. That is stuff I need to add next to my framework.
how to change controls
Q and A is not good choice
Z and X is better
i have changed the lua script