Would you like to react to this message? Create an account in a few clicks or log in to continue.

Blitz/Blitz3D

2 posters

 :: Blitz :: Help!

Go down

Blitz/Blitz3D Empty Blitz/Blitz3D

Post  Nighthawk0973 Fri Aug 19, 2011 6:58 pm

Most of you probably don't know this, but there is an awesome programming language called blitz. It's built for making games, you can't do what you can't in C++, but you have an easier to use and learn programming language at your disposal.

Blitz Pros:
Easy to Learn
Easy to Use
Don't have to worry about any of that OpenGL stuff like you do with Java
Start a fullscreen game with one line of code, not multiple files (like in Java)
Blitz Cons:
Costs real money to move away from trial
Trial restircts from compiling into a .exe and file size
Isn't as powerful as C++/Java
Blitz Features:
Networking
Save Data
3D Models
2D Sprites
Automatic Sprite Masking
Sounds with different channels for music as well
If Statements, while loops, select cases for loops
KeyInput on about every key you can think of
Create Custom Functions
Some Blitz Code:
Code:

;This is a comment because I added a semicolon
Graphics(800, 600, 16, 1) ;This is the Graphics(width, height, color deft, mode) function
;Mode is an interger with up to three values: 1 = fullscreen 2 = windowed 3 = resizable window
Global knightImage = LoadImage("C:\Program Files\My Game\Knight.bmp") ;creates a global variable and
;makes it an image
DrawImage(knightImage, 25, 25) ;Calls on DrawImage(knightImage, x, y)
 

You guys probably won't understand this, even my comments can only go so far. But it just shows how easy this is to use. If you have a mac, you can use the BlitzMax (works for Mac Linux and Windows) trial and buy it if you want. I think it's 80$. If you have a Linux there is no trial avaliable, you buy it or you get a different OS. For windows you'll use Blitz3D. Blitz3D can run both the 2D blitz code AND the 3D code, so why get Windows BlitzMax if you can just get Blitz3D instead? It costs 100$, Windows users, you're getting a bang for your buck.

Even if we can't EXE compile yet, how different is that from sharing exe files throughout alice. The only bad thing is that it resticts file size, but the 'Include' command fixes this!
Nighthawk0973
Nighthawk0973
Moderator
Moderator

Posts : 307
Join date : 2011-07-20
Age : 25
Location : In Front of My Computer

Back to top Go down

Blitz/Blitz3D Empty Interesting...

Post  David B Fri Aug 19, 2011 7:02 pm

Interesting ... I will consider adding a forum for this language to the forum, but because you have to pay for the compiler, and can't find a free one, I kind of have an iffy feeling about it.
David B
David B
Administrator
Administrator

Posts : 618
Join date : 2011-07-20
Location : The Twilight Zone!

https://programmingforums.forumotion.com/

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  Nighthawk0973 Fri Aug 19, 2011 7:13 pm

Yeah... I'm thinkign of buying it because I've grown so skilled with it over the years. It really is 'Basic'
oh yeah I forgot to link you all to the website Here ya go!

Blitz3D demo is unlimited, it just has the feature restrictions. It comes with IDE, Command Ref, Scancode (scancodes are numbers that correspond to keys in blitz, you use them with the KeyHit() and KeyDown() commands) picker, which lets you click a virtual keyboard and it tells you the scancode. A debugger, and a compiler too.
Nighthawk0973
Nighthawk0973
Moderator
Moderator

Posts : 307
Join date : 2011-07-20
Age : 25
Location : In Front of My Computer

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  David B Fri Aug 19, 2011 7:15 pm

I know that you said no such thing exsists, but I am going to look for a blitz compiler.
David B
David B
Administrator
Administrator

Posts : 618
Join date : 2011-07-20
Location : The Twilight Zone!

https://programmingforums.forumotion.com/

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  Nighthawk0973 Fri Aug 19, 2011 7:35 pm

huh. Ok. PS, having trouble learning blitz? Only blitz tutorials on the web are crappy low quality junk where people don't even add voice? No problem. I'm working on video tutorials for Blitz. I havn't gotten into blitz3D yet but I might. Currently I've made 17 tutorials.
Nighthawk0973
Nighthawk0973
Moderator
Moderator

Posts : 307
Join date : 2011-07-20
Age : 25
Location : In Front of My Computer

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  David B Fri Aug 19, 2011 7:38 pm

Nighthawk0973 wrote:huh. Ok. PS, having trouble learning blitz? Only blitz tutorials on the web are crappy low quality junk where people don't even add voice? No problem. I'm working on video tutorials for Blitz. I havn't gotten into blitz3D yet but I might. Currently I've made 17 tutorials.
Okay! Sounds great! Do you already have a YouTube channel, or are you in need of one, because if you are, you can upload the videos to MegaShares, and I can download them, and put them on the Programming Forums Official YouTube channel.
David B
David B
Administrator
Administrator

Posts : 618
Join date : 2011-07-20
Location : The Twilight Zone!

https://programmingforums.forumotion.com/

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  Nighthawk0973 Fri Aug 19, 2011 7:42 pm

argh. I do need a youtube. I just upload to my blog in the meantime. But yeah I'd gladly upload to this. I'll give you an upload password via PM so that other people don't steal it. Just watch it on youtube instead.
Nighthawk0973
Nighthawk0973
Moderator
Moderator

Posts : 307
Join date : 2011-07-20
Age : 25
Location : In Front of My Computer

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  David B Fri Aug 19, 2011 7:45 pm

Nighthawk0973 wrote:argh. I do need a youtube. I just upload to my blog in the meantime. But yeah I'd gladly upload to this. I'll give you an upload password via PM so that other people don't steal it. Just watch it on youtube instead.
If you PM to me as soon as you are done uploading them, I can start putting them on the YouTube channel. (Click on the Blitz/Blitz3D Youtub10 button to go the official YouTube channel!)
David B
David B
Administrator
Administrator

Posts : 618
Join date : 2011-07-20
Location : The Twilight Zone!

https://programmingforums.forumotion.com/

Back to top Go down

Blitz/Blitz3D Empty No Luck...

Post  David B Fri Aug 19, 2011 9:18 pm

Unfortunately, my search for a free Blitz compiler ended in failure, but that was not a suprise to me, as I sort of expected that.
David B
David B
Administrator
Administrator

Posts : 618
Join date : 2011-07-20
Location : The Twilight Zone!

https://programmingforums.forumotion.com/

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  Nighthawk0973 Sat Aug 20, 2011 1:57 pm

Yeah. You think that the developers of Blitz would let a free version of Blitz float around the internet? No Smile

Anyways you should still get the Blitz3D demo, learn by my tutorials, and than you could help me make a game with it. Who knows, if the games good enough I might even buy Blitz!
Nighthawk0973
Nighthawk0973
Moderator
Moderator

Posts : 307
Join date : 2011-07-20
Age : 25
Location : In Front of My Computer

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  David B Sat Aug 20, 2011 2:23 pm

Nighthawk0973 wrote:Yeah. You think that the developers of Blitz would let a free version of Blitz float around the internet? No Smile

Anyways you should still get the Blitz3D demo, learn by my tutorials, and than you could help me make a game with it. Who knows, if the games good enough I might even buy Blitz!
Okay! Sounds great!
David B
David B
Administrator
Administrator

Posts : 618
Join date : 2011-07-20
Location : The Twilight Zone!

https://programmingforums.forumotion.com/

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  Nighthawk0973 Sat Aug 20, 2011 3:18 pm

Posted a recruitment thread in the 'Lounge' section of Alice. Just sign up there and make your 'Desired Position' "Programmer". Don't worry you'll know it when you see it. Don't worry if you don't know much blitz. You know C++? My tutorials should get you there in less than a day. PM me if your stuck.
Nighthawk0973
Nighthawk0973
Moderator
Moderator

Posts : 307
Join date : 2011-07-20
Age : 25
Location : In Front of My Computer

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  David B Sun Aug 21, 2011 12:35 am

Nighthawk0973 wrote:You know C++?
I'm a beginner.
David B
David B
Administrator
Administrator

Posts : 618
Join date : 2011-07-20
Location : The Twilight Zone!

https://programmingforums.forumotion.com/

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  Nighthawk0973 Sun Aug 21, 2011 1:46 am

yeah but I'm saying if you learned a bit of C++ this should be no sweat. Also, are we gonna have the sub forum? (for blitz)
Nighthawk0973
Nighthawk0973
Moderator
Moderator

Posts : 307
Join date : 2011-07-20
Age : 25
Location : In Front of My Computer

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  David B Sun Aug 21, 2011 1:58 am

Nighthawk0973 wrote:yeah but I'm saying if you learned a bit of C++ this should be no sweat. Also, are we gonna have the sub forum? (for blitz)
I will add one later.
David B
David B
Administrator
Administrator

Posts : 618
Join date : 2011-07-20
Location : The Twilight Zone!

https://programmingforums.forumotion.com/

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  Nighthawk0973 Sun Aug 21, 2011 12:35 pm

Awesome. That way if anybody comes across this place they'll be able to learn about Blitz. I'll post a thread explaning what Blitz is once you make the sub-forum.
Nighthawk0973
Nighthawk0973
Moderator
Moderator

Posts : 307
Join date : 2011-07-20
Age : 25
Location : In Front of My Computer

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  David B Mon Aug 22, 2011 6:36 pm

Nighthawk0973 wrote:Awesome. That way if anybody comes across this place they'll be able to learn about Blitz. I'll post a thread explaning what Blitz is once you make the sub-forum.
First thing on the list is to finish with the YouTube videos.
David B
David B
Administrator
Administrator

Posts : 618
Join date : 2011-07-20
Location : The Twilight Zone!

https://programmingforums.forumotion.com/

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  David B Wed Aug 24, 2011 3:35 pm

Thread moved from Programming Language Community Forums Suggest A New Programming Language forum to Blitz Help forum.
David B
David B
Administrator
Administrator

Posts : 618
Join date : 2011-07-20
Location : The Twilight Zone!

https://programmingforums.forumotion.com/

Back to top Go down

Blitz/Blitz3D Empty Re: Blitz/Blitz3D

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 :: Blitz :: Help!

 
Permissions in this forum:
You cannot reply to topics in this forum