Upgrades / Specials / Horizontal

Previous topic - Next topic

Kitty Hello

OK, I have a few ideas for improvements.

First, horizontal scrolling is in, but I must have the option to only scroll horizontally, too. The spawn-lines will be spawn-points then. If the point becomes visible, the enemies are spawned. Same for the End-of-level. Must be a point that comes visible and the level is over.

Next, if you have horizontal, you need gravity, and thus, a jump-button and jump-power. Also options about "constant jump height, or Mario style, and direction change while jumping/falling. Will this be too complicated?

Then, I need an option to make upgrades/specials. So, if you want to remake SuperMario, there must be an option to have the extras move around. In a first version, maybe it's enough to allow an enemy to "drop" some extra when he's dead. You could place an enemy that looks like background then to ave the "jump up to get power" blocks. Might work.

The main problem is: how to handle the extras? Like: attach a "player definition" to some extra, and when you collect it, your player changes? That way you could enter a tank, like in IKARI. But when will you loose it? Options: OnOuch, AfterSomeTime and AfterLevel, maybe?

I'm really excited about what ideas you might bring.






Kitty Hello

OK, I had a quick play with the SEUCK engine, and implemented gravity, jumping and walking up slopes. Here's a crap game I made with it:
http://www.glbasic.com/beta/Mario.exe


It's total shite, I know. But consider this: it's 100% no coding. If only I could draw :s

Kitty Hello

OK, new version online. You can make Jump&Run games now. Also Linux&Mac binaries (no voice recording, though)

Warning, this is not 100% stable, in my Mario example, the final flag enemy wave is not showing up :/


Kitty Hello

Works a treat now. Also, you can change the colours in the palette now, which is was very much missing.
I made the drawings feel much faster and you can craw continuous strokes now (I connect last position-new position with a line instead of "setpixel" now (internally it's all working on an array, the image gets created on the fly) ).

Schranz0r

I <3 DGArray's :D

PC:
AMD Ryzen 7 3800X 16@4.5GHz, 16GB Corsair Vengeance LPX DDR4-3200 RAM, ASUS Dual GeForce RTX™ 3060 OC Edition 12GB GDDR6, Windows 11 Pro 64Bit, MSi Tomahawk B350 Mainboard

Kitty Hello

OK, Update. Fixed bugs with jumping/animations.
I'll make a video soon, it's really getting fun now.

minor

I liked SEUCK back in time! Good work, i enjoyed it.

Here is my screenshot, as you can see transparency is not handled correctly. It is a really old PC + GPU =P

Cheers minor

[attachment deleted by admin]

Kitty Hello

That is really bad. You need a newer gfx card.

minor

Quote from: Kitty Hello on 2009-Apr-27
That is really bad. You need a newer gfx card.
Indeed, but the weird thing is that transparency is otherwise working. Just not in SEUCK =(