QB Express #28

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
Pete
Posts: 137
Joined: May 27, 2005 11:14
Contact:

QB Express #28

Post by Pete »

It's May, QB Express #28 is here!

This issue is full of wonderful things, like SEVEN tutorials and FIVE articles, all about QBasic and FreeBasic.

anonymous1337 teaches us about Game Camera Systems; Imortis Inglorian brings us "Bitflags and You"; Kiyote Wolf gives us the rundown on his method of "Amazing Cheap Texturemapping"; Lachie Dazdarian contemplates the eternal struggle of "The Game Developer versus the Programmer"; Mac gives us the skinny on the QBasic.com forums; notthecheatr starts his series on "Scripting Solutions for Games" with "Part I: Rolling your own interpreter"; and anonymous1337 talks to us "About Design."

It's a fun-filled, jam-packed issue. Read it all in QB Express #28!
duke4e
Posts: 717
Joined: Dec 04, 2005 0:16
Location: Varazdin, Croatia, Europe
Contact:

Post by duke4e »

gonna read it now!
ssjx
Posts: 34
Joined: Oct 23, 2007 8:51
Contact:

Post by ssjx »

Very good issue again!

I thought anonymous1337 clone game article was very good. It's pretty much how i do any game, just take away the graphics and break it down to its most basic. Once the core elements of control, collision and map drawing are sorted, you have the basics of pretty much any game.

Slightly related, i'm currently doing a java version of my chuckie egg game purely because it feature a moving player, things to collect and collision. Like the FB version, once it is done, a quick change of graphics and it is a new game.

Thinking up a unique element for a game though is usually the tricky part...
anonymous1337
Posts: 5494
Joined: Sep 12, 2005 20:06
Location: California

Post by anonymous1337 »

Thank you for finding the time to release this. I've been meaning to write something, but have been waiting for QBE's release this month to do so...

@ssjx:

I'm beginning to hate everything I write about about game play and fun in games, because there's just so much to say. You single out one topic and you end up leaving out the rest.


At one point in time, disassembling and designing game mechanics is necessary. Defining the parts that assemble a game, however, is more difficult. Games are odd, dual-compositions between the player and game itself.

Game Play is not just simple mechanics such as the simple chasing puzzles, or the goals which must be reached. Timing, Pace, Learning Curve, Choice, Ambiance, I could go on... These are all mechanics which game developers must look at when creating not only something which can be played, but something which can be experienced.
notthecheatr
Posts: 1759
Joined: May 23, 2007 21:52
Location: Cut Bank, MT
Contact:

Post by notthecheatr »

Excellent! Glad to see it's finally out, as always, and congratulations to anonymous1337.

@Pete: that's a really big journey, it'll be cool to see how long it takes you to get back.
anonymous1337
Posts: 5494
Joined: Sep 12, 2005 20:06
Location: California

Post by anonymous1337 »

Funny how just now I'm going back to read the article *I wrote* on custom screen coordinates...
KristopherWindsor
Posts: 2428
Joined: Jul 19, 2006 19:17
Location: Sunnyvale, CA
Contact:

Post by KristopherWindsor »

Ha, you confused me. :-P
I thought a new issue was out, but that content looked awfully familiar. :-)
Post Reply