daveb
Menagerie
Posts: 10
|
Post by daveb on May 12, 2021 20:30:22 GMT
Howdy, I'm a Spectrum fan from the mid 80s and I found some games coded in AGD which kicked my imagination into gear and now I wish to have a crack myself. My question is what version do I use? I see there is agd in many versions, agd, agd mini, agdx etc.
What would you start with and what version number? Thank you.
|
|
|
Post by Minilop on May 12, 2021 20:40:15 GMT
Personally, I think the Multi Platform version is a great starting point, it's easy to learn, the interface is very friendly, you can develop your scripts in a text editor of your choice (I use Notepad++ myself) point and click so you don't need to work within an Emulator, it also gives you the full spectrum RAM to play with so games can be larger. Plus it gives you the ability to convert games to a bunch of other platforms if you wish.
|
|
daveb
Menagerie
Posts: 10
|
Post by daveb on May 12, 2021 20:55:19 GMT
Thank you for your swift reply, noted!
|
|
daveb
Menagerie
Posts: 10
|
Post by daveb on May 13, 2021 18:30:48 GMT
Another question if I may. I've been looking at and playing some AGD games, they are all superb but most seem to be platform games, which are fine but can you make shoot em ups with it? I want to start slowly and want to make something like space invaders.
|
|
|
Post by Jonathan Cauldwell on May 13, 2021 20:41:56 GMT
It can do anything you put your mind to; I had a go at a shoot-em-up with AGD when I created the demonstration game Tea and Sympathy, you can load that into AGD or MPAGD to see how it's put together. Just remember the sprite limit in AGD and MPAGD is 12. AGD mini supports more but they're the size of UDGs. One advantage MPAGD does have is READ, DATA and RESTORE that are local to each sprite so you can have sprites orbiting other sprites, sine attack waves and other complicated attack patterns in a shoot-em-up.
|
|
|
Post by Minilop on May 14, 2021 11:25:00 GMT
READ, DATA and RESTORE are awesome features that I keep finding loads of uses for....now if there was the ability to WRITE... 
|
|
daveb
Menagerie
Posts: 10
|
Post by daveb on May 14, 2021 18:14:57 GMT
Thanks for the info. I didn't know about the sprite limit. I think Space invaders is out when we have only 12 but I guess understandable considering the age and limitations of the hardware. I will modify my aim now but I'm sure you can still do some good shooters with only 12 sprites.
I will check out tea and sympathy thank you
|
|