Welcome, Guest. Please login or register.

Author Topic: Learn to program Amiga applications and games in #AmigaE  (Read 22124 times)

Description:

0 Members and 6 Guests are viewing this topic.

Offline TheGoose

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 1458
  • Country: us
  • Gender: Male
    • Show all replies
    • http://www.amiga.org/forums/blog.php?u=827
Re: Learn to program Amiga applications and games in #AmigaE
« on: November 10, 2011, 05:59:34 PM »
@ fishy_fiz

Very true for me. I have bought old Amiga C programming books from e-bay and I have SAS C on my A3000. It is a challenge but fun at the same time, to program on the Amiga. Some of what I know from web development helps but it's still slow, with the time I give it.

My aims were to use Asteroids II by Mike Siefert as a subject to learn C on Amiga and maybe update it if things go well.

Well, so far I have been able to re-compile it and make small changes as experiments. It's slow cause I don't have a lot of left over energy for it. But I think I can learn a lot from that code.

He wrote a lot of impressive path finding code (AI) in there and it is hard to decipher. But it also reminds me of some FLASH game functions I have played with too. Lots of _x and _y math going on.

The ships are pretty cool, they are like objects:

/* player one ship */
shields = 10
speed  = 5
fire     = 2


Stuff like that, just parameters. There is some assembler code in there too, and know it's for speed but not sure what it does. So it's fun to hack and backwards learn with this. Wish I could play all day with that stuff.
« Last Edit: November 10, 2011, 06:01:48 PM by TheGoose »
G1200, A3000D, A1200 PPC AOS4.0C

I\'m on Google +
 

Offline TheGoose

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 1458
  • Country: us
  • Gender: Male
    • Show all replies
    • http://www.amiga.org/forums/blog.php?u=827
Re: Learn to program Amiga applications and games in #AmigaE
« Reply #1 on: November 10, 2011, 08:35:57 PM »
@Duce,

But you are doing everything you just told Cammy not to do. Maybe you should get a new "real life" or take a break from 12 Hr days?

Cammy is just with enthusiasm and impatience, don't think she means to be hurtful, really.
G1200, A3000D, A1200 PPC AOS4.0C

I\'m on Google +
 

Offline TheGoose

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 1458
  • Country: us
  • Gender: Male
    • Show all replies
    • http://www.amiga.org/forums/blog.php?u=827
Re: Learn to program Amiga applications and games in #AmigaE
« Reply #2 on: November 11, 2011, 12:04:29 AM »
@ChaosLord   :lol:

@Duce

I hear you too. You know I made an observation about work and life, and it seemed to me that those who could do, were forever ask to do more.

While those who could not do, were ask to just try an do what you're doing. And try not to break anything.

Sounds like you're in the 1st group, unfortunately. :)

@Cammy, sucha little trouble maker...;)
G1200, A3000D, A1200 PPC AOS4.0C

I\'m on Google +