English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language > Coders. Blitz Basic

 
 
Thread Tools
Old 06 May 2015, 23:59   #1
Toni Galvez
Registered User
 
Join Date: Jan 2015
Location: London/UK
Posts: 227
How to code in Blitz Basic for OCS?

Hi EAB people, as some of you already know, I made a demo with my friends on Coppersky (Nippon Taste Demo).

Long time ago(more than 23 years), I made a ship controled with joystick on Amos, the ship only fires one bulet at a time and has limits on the screen. But thats all. I code some slideshow on MSX Basic (very easy).

I want to start making a small game on Amiga, please, if someone of you can help me, I want to code a PONG on OCS for START. I am a very Amiga entusiastic since late 80s, is like a dream to make my own games.

What Blitz Basic I need to code for OCS Amiga?

I will install and then I will continue asking you

Thank you in advance.

Last edited by Toni Galvez; 07 May 2015 at 08:47.
Toni Galvez is offline  
Old 07 May 2015, 09:47   #2
Toni Galvez
Registered User
 
Join Date: Jan 2015
Location: London/UK
Posts: 227
Is it something wrong on my post?
Toni Galvez is offline  
Old 07 May 2015, 10:23   #3
Leffmann
 
Join Date: Jul 2008
Location: Sweden
Posts: 2,269
If you need help with Blitz Basic, try posting in Coders.Language. Blitz Basic 2.1 was the last official version released AFAIK, and it will run on any Amiga. You can find downloads on the EAB file server:

http://eab.abime.net/showthread.php?t=43633
Leffmann is offline  
Old 07 May 2015, 11:53   #4
Twiggy
\m/
 
Twiggy's Avatar
 
Join Date: Nov 2008
Location: Devon, U.K.
Posts: 573
I don't really know how to code in Blitz 2 (although it's something I've wanted to do). Anyhow here are some links that may help you get started.

Manual - http://kodu.ut.ee/~isotamm/PKeeled/T...Manual-ENG.pdf

User Guide - https://computerarchive.org/files/co...0Guide-ENG.pdf

Hope that helps.
Twiggy is offline  
Old 07 May 2015, 13:28   #5
kamelito
Zone Friend
 
kamelito's Avatar
 
Join Date: May 2006
Location: France
Posts: 1,801
IIRC Amos was more used than Blitz back then so there's certainly more Amos knowledge out there.
Since there an http://amiblitz3.sourceforge.net/ look for Amiblitz at EAB to find people using it.
Kamelito
kamelito is offline  
Old 07 May 2015, 13:42   #6
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,518
Thread moved.
TCD is offline  
Old 07 May 2015, 22:20   #7
Lonewolf10
AMOS Extensions Developer
 
Lonewolf10's Avatar
 
Join Date: Jun 2007
Location: near Cambridge, UK
Age: 44
Posts: 1,924
Quote:
Originally Posted by Toni Galvez View Post
Is it something wrong on my post?

No there was nothing wrong with your first post. Give people 2 or 3 days to respond, sometimes people reading the thread don't have experience on said subject (I'm an AMOS fan myself).
There are some Blitz coders here though
Lonewolf10 is offline  
Old 08 May 2015, 00:20   #8
Toni Galvez
Registered User
 
Join Date: Jan 2015
Location: London/UK
Posts: 227
Thank you all, very much

I will install Blitz and I will tell you.
Toni Galvez is offline  
Old 08 May 2015, 00:22   #9
saimon69
J.M.D - Bedroom Musician
 
Join Date: Apr 2014
Location: los angeles,ca
Posts: 3,516
@Toni Galvez
Somebody passed me the link to the pdf of the Blitz paper handbooks, hoping to help.

By the way follow the thread where am trying with the help of Cylon (actually he is doing the most of work am still too rookie), to make a Blitz PC version of Tetris run: i guess is helpful as well.
saimon69 is offline  
Old 08 May 2015, 01:52   #10
Amiten
Banned
 
Join Date: May 2011
Location: Spain
Posts: 519
Hi tony, que tal amigo?

We are doing an Amos profesional course in our Amicon España youtube channel every saturday at 20h. Teaching how todo make a Amiga Game from scratch.

If you want we can tell you how to code a Pong game in amos.

All the best
Amiten
Amiten is offline  
Old 08 May 2015, 05:55   #11
Shatterhand
Warhasneverbeensomuchfun
 
Shatterhand's Avatar
 
Join Date: Jun 2001
Location: Rio de Janeiro / Brazil
Age: 41
Posts: 3,450
I am learning Blitz Basic myself too. I also begun coding on MSX Basic

Its Manual is a pretty good starting point.
Shatterhand is offline  
Old 14 May 2015, 01:53   #12
markpjd
Games-Coffer
 
markpjd's Avatar
 
Join Date: Aug 2012
Location: London / England
Posts: 131
Hi,

Just out of interest, can script produced in the the PC version of Blitzbasic (AMiBlitz) be saved and compiled in the original Amiga version of Blitzbasic?
markpjd is offline  
Old 14 May 2015, 08:21   #13
Coagulus
Gets there in the end...
 
Coagulus's Avatar
 
Join Date: Sep 2005
Location: Wales
Posts: 862
Quote:
Originally Posted by markpjd View Post
Hi,

Just out of interest, can script produced in the the PC version of Blitzbasic (AMiBlitz) be saved and compiled in the original Amiga version of Blitzbasic?
Not as straightforward, although many commands have the same syntax so it is a case of going right through all the code on the Amiga converting what isn't working (usually graphics and sound commands) also it handles statements and functions a little differently too.

That's one of the reasons why JetHunt is taking so long.
Coagulus is offline  
Old 14 May 2015, 16:03   #14
AF2013
Registered User
 
Join Date: Apr 2013
Location: .
Posts: 250
Quote:

We are doing an Amos profesional course in our Amicon España youtube channel every saturday at 20h. Teaching how todo make a Amiga Game from scratch.

If you want we can tell you how to code a Pong game in amos.
Do you have links for it
AF2013 is offline  
Old 15 May 2015, 21:26   #15
Cylon
Registered User
 
Join Date: Oct 2014
Location: Europe
Posts: 470
Quote:
Originally Posted by Coagulus View Post
Not as straightforward, although many commands have the same syntax so it is a case of going right through all the code on the Amiga converting what isn't working (usually graphics and sound commands) also it handles statements and functions a little differently too.
That's one of the reasons why JetHunt is taking so long.
OT
Don't hesitate to let me know if you're stuck in a specific part of the code, i might be able to help you out a little./OT
Cylon is offline  
Old 16 May 2015, 02:00   #16
saimon69
J.M.D - Bedroom Musician
 
Join Date: Apr 2014
Location: los angeles,ca
Posts: 3,516
@Toni Galvez

I remember some tutorials on amiblitz on labritcho.wordpress.com; those are in portuguese but since is simple stuff should help to give a bit more the boot ^^

AND if labritcho still read here please post more stuff ^^
saimon69 is offline  
Old 17 May 2015, 00:45   #17
Toni Galvez
Registered User
 
Join Date: Jan 2015
Location: London/UK
Posts: 227
Hello, I have installed Blitz Basic 2, one friend is teaching me the basis.

Finally I have a map imported from TILED to Amiga and scrolling, very nice , next time, I want to draw some BOBs, I will keep you informed.

Thanks.
Toni Galvez is offline  
Old 17 May 2015, 10:21   #18
OscarBraindeaD
Registered User
 
Join Date: Apr 2013
Location: madrid/spain
Posts: 30
Well done, Tony.
Could you upload some examples of what you're doing? that way more people could learn, myself included

Regards!
OscarBraindeaD is offline  
Old 21 May 2015, 00:03   #19
Amiten
Banned
 
Join Date: May 2011
Location: Spain
Posts: 519
Quote:
Originally Posted by AF2013 View Post
Do you have links for it
Sorry mate ,

Links are http://amiten.hol.es
Or type Amicon España on youtube

All the best.
Amiten is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
[blitz basic] How much amiga-blitz friendly is this? saimon69 Coders. Blitz Basic 105 21 April 2022 19:45
Blitz basic 2 Help Havie Coders. Blitz Basic 30 08 September 2013 09:15
blitz basic petza request.Apps 11 08 April 2007 01:49
3D code and/or internet code for Blitz Basic 2.1 EdzUp Retrogaming General Discussion 0 10 February 2002 11:40
Blitz Basic 2 LaundroMat Retrogaming General Discussion 5 24 July 2001 08:10

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 08:58.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.20088 seconds with 15 queries