Slashdot Mirror


Scrolling Game Development Kit 1.4.0 Released

BlueMonk writes "Hoping that 2D gaming is not dead yet, version 1.4.0 of the Scrolling Game Development Kit for Windows was released at the weekend. It helps beginners as well as more experienced developers create 2D scrolling games. Take a look at some of the games created with the kit while you're at it." It's great to see homebrew 2D game construction supported like this.

7 of 55 comments (clear)

  1. So Keen is covered, but anything else? by 2Flower · · Score: 2, Interesting

    It looks like it's ideal for simple platforming games, ala Commander Keen (although every demo screen showed very small playable sprites) or Gauntlet. NES era style, albeit with 32-bit color sprites.

    What about other 2-D scrolling style games, though? I've got a particularly keen (gag) interest in doing a Final Fight / Golden Axe style brawler, but there doesn't seem to be any 2.5D style graphical support here, just Flatland style mapping. Is there a similar project which is more applicable to brawlers?

    1. Re:So Keen is covered, but anything else? by BlueMonk · · Score: 5, Interesting

      Version 1.4.0 introduces support for larger graphics. So, while most of the existing games use small sprites, the new version supports sprites and tiles up to 128x128 pixels. Even though the maximum size prior to version 1.4.0 was 64x64, many of the games didn't make graphics that large. Hopefully 128x128 will invite the larger graphics and make more people happy with graphic sizes in general. The new version also introduces support for multiple resolutions. Previously, all games were 640x480, but now they can run in 320x240, 640x480, 800x600 or 1024x768.

  2. Re:Linux port anyone? by LiquidCoooled · · Score: 2, Interesting

    its also visual basic. I was under the assumption that for now at least its restricted to Windoze. somebody please tell me I'm wrong though - im looking for a way over to linux, and happen to like coding in VB.

    --
    liqbase :: faster than paper
  3. H.U.R.G. by sydb · · Score: 2, Interesting

    This reminds me, superficially, of H.U.R.G., an extremely restrictive games development environment for the ZX Spectrum.

    I was going to write the next Jet Set Willy, but I couldn't program (well, I knew BASIC), so I bought this thinking it would be just the ticket (I was only 10...). I can still remember the stomach-sinking disappointment when the reality displaced my golden hopes. I think it put me off the whole idea of games-authoring for life...

    I hope this is better!

    --
    Yours Sincerely, Michael.
  4. Physics by bburns · · Score: 5, Interesting

    It may just be me, but in my opinion the physics model is one of the most important features of a game. Good physics means great control, which makes all the difference between a good game and a great game.

    Take, for example, the difference in physics between Super Mario 2 and 3. Each character in Super Mario 2 had their own funky physics, like Luigi's leg-spinning jump, which was sort of the charm of the game. However, Super Mario 3 had solid physics where you could easily predict where your character was going and send the character where you wanted it to go. I think that's a big reason why Super Mario 2 is a good game and Super Mario 3 is one of the best of all time.

    Anyway, to relate this back to the article, a good side-scrolling game development kit needs a good or customizable physics model. Do many open game development kits emphasize that?

  5. Re:Linux port anyone? by BlueMonk · · Score: 4, Interesting

    I (as the author) have long been excited about the idea of maybe just porting the runtime engine to another platform, since the runtime engine is a small percentage of the total project, and is the more important piece. Then you would at least be able to play the games accross platforms if not design them on any platform. I would probably have to drop VBScript support for the cross-platform version of the runtime, though, unless someone has implemented VBScript for other platforms.

    Unfortunately I have few of the skills and little time to take on such a project (I haven't done much Linux/Unix programming). I'd be happy to support whoever would be interested in taking it on, though.

  6. Re:Linux port anyone? by Anonymous Coward · · Score: 3, Interesting

    vbslacker is a half complete attempt to get VB working in Linux. Currently has no active maintainer (icculus is rather busy). Feel free to try and help out if you can.