Game : Riesling

Developed or developing a new product in PureBasic? Tell the world about it.
chris_b
Enthusiast
Enthusiast
Posts: 103
Joined: Sun Apr 27, 2003 1:54 am

Game : Riesling

Post by chris_b »

I finally finished a game :)

It's a simple scrolling shooter for Windows with abstract/retro graphics. You play it using the mouse.

Download: http://www.contralogic.com/riesling/riesling.zip

Image
Image
MrMat
Enthusiast
Enthusiast
Posts: 762
Joined: Sun Sep 05, 2004 6:27 am
Location: England

Post by MrMat »

That's a great game! It's nice when you get the power up but i can't get much further than that *goes off for another game*
Mat
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Post by Droopy »

Wonderful, it's fantastic what can be done with PureBasic :D
Last edited by Droopy on Sun Jan 15, 2006 12:12 pm, edited 1 time in total.
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Post by Comtois »

nice game , thank you :P
Please correct my english
http://purebasic.developpez.com/
User avatar
nco2k
Addict
Addict
Posts: 1344
Joined: Mon Sep 15, 2003 5:55 am

Post by nco2k »

pretty cool game indeed, but how did you do the smooth effect??

oh and joypad/stick support would be nice. :)

c ya,
nco2k
If OSVersion() = #PB_OS_Windows_ME : End : EndIf
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Post by Comtois »

nco2k wrote:oh and joypad/stick support would be nice. :)
Yes , and keyboard :)
Please correct my english
http://purebasic.developpez.com/
chris_b
Enthusiast
Enthusiast
Posts: 103
Joined: Sun Apr 27, 2003 1:54 am

Post by chris_b »

nco2k wrote:pretty cool game indeed, but how did you do the smooth effect??

oh and joypad/stick support would be nice. :)
The main display is actually a Sprite3D - so the smoothing effect is done with the Sprite3DQuality() function.

No plans at the moment to add joystick support - I don't have an analogue stick/pad to test with, and even then I'm not sure it would be as nice to play as with the mouse.
chris_b
Enthusiast
Enthusiast
Posts: 103
Joined: Sun Apr 27, 2003 1:54 am

Post by chris_b »

Comtois wrote:and keyboard
Keybard control would change the gamplay quite a bit - with the mouse you can instantly stop/reverse or change to any speed in between. With keyboard there would either be inertia, so your speed change isn't instant, or only a single speed - ie. you'd be either stopped or moving.

But really part of the fun of the game is mastering the control method - it's quite intuitive after a bit of practise (but it depends on how good your mouse is)
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Post by Andre »

@chris_b: the game looks nice. Would be cool to see your game in the Showcase on www.PureArea.net :D
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

Really nice!! :D

Some kind of Vintage / Defender look and feeling - really smooth and enjoyable!

Keep up the good work!

(PS: Sometime I WILL do an Omega Race and Jupiter Lander clone in PB... :lol: )
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
benny
Enthusiast
Enthusiast
Posts: 465
Joined: Fri Apr 25, 2003 7:44 pm
Location: end of www
Contact:

Post by benny »

Yep.

Gametype also reminds me on the good old Defender (Atari 26oo) :!:

The intro plasma fx is awesome and the whole gamedesign rocks - very
very well done :!:

Keep it up ;-)
regards,
benny!
-
pe0ple ar3 str4nge!!!
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

anybody remember 'defenda' on the vic20? that style of control would work great with a joystick

oh i almost forget: very nice game! i kept on looking for little humans to protect :-)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
chris_b
Enthusiast
Enthusiast
Posts: 103
Joined: Sun Apr 27, 2003 1:54 am

Post by chris_b »

Andre wrote:@chris_b: the game looks nice. Would be cool to see your game in the Showcase on www.PureArea.net :D
I'd be happy for it to be added... or do I need to register somehow and add it myself? I couldn't see how
blueznl wrote:i kept on looking for little humans to protect
I was thinking of adding something like that but I kind of like the simplicity of the current gameplay as it is (and also it's possible to just keep on adding new features and never finishing a game...)
freedimension
Enthusiast
Enthusiast
Posts: 613
Joined: Tue May 06, 2003 2:50 pm
Location: Germany
Contact:

Post by freedimension »

I know that I'm curious but: Where does the name of the game come from?
<°)))o><²³
chris_b
Enthusiast
Enthusiast
Posts: 103
Joined: Sun Apr 27, 2003 1:54 am

Post by chris_b »

freedimension wrote:I know that I'm curious but: Where does the name of the game come from?
There's no special significance to the name - I couldn't think of what to call the game then I saw a picture of some Riesling grapes on the wall in my parents' kitchen with just the word "Riesling" written at the bottom.
Post Reply