Tower defense on Msx

Pagina 2/7
1 | | 3 | 4 | 5 | 6 | 7

Van Edwin

Paragon (1182)

afbeelding van Edwin

16-05-2010, 11:34

I think ARTRAG exaggerates a bit there. The display delays would be long enough to cover any AI you would need. Now displaying is where the problem. Normally you could probably do 4 or 5 16x16 gfx enemies in screen 5 per interrupt. With you do something efficient with overlapping restoration copies, you can probably get one better, but that's about it. So even at lower framerate, you'd probably still want to limit to about 30 enemies on screen.

Van Leo

Paragon (1236)

afbeelding van Leo

16-05-2010, 12:22

your caculations are still valid in screen 7 as well ?

Van ARTRAG

Enlighted (6935)

afbeelding van ARTRAG

16-05-2010, 15:04

Edwin
This game:
http://www.handdrawngames.com/DesktopTD/Game.asp
has some sort of pathfinding that is updated each time you set a new weapon/object and each time a new monster enter the screen.
Is this the game you mean?
If yes, I confirm that IMHO z80 is not sufficient to give a reasonable frame rate

Van Manuel

Ascended (19461)

afbeelding van Manuel

16-05-2010, 17:13

Edwin: but how did Cas do it in Akin and Coredump then? Smile

Van Leo

Paragon (1236)

afbeelding van Leo

16-05-2010, 17:14

yes i have played tower def where monster where more smart than other , like able to do detours , trigger spells dpending on the type of attacks , type tower.
Probably on msx the tower def would be simpler , less rich , and hopefully still entertaining ?

Van Edwin

Paragon (1182)

afbeelding van Edwin

16-05-2010, 23:16

manuel> Akin/Coredump framerate is about what was suggested here. It doesn't have as many enemies on screen (using slow copies) and moves more backgroud (with fast copies). A game like this would need a lot of slow copies.

Van RobertVroemisse

Paragon (1327)

afbeelding van RobertVroemisse

17-05-2010, 09:42

I love the idea of a MSX Towerdefence game. I am a huge fan of the genre. Check www.towerdefence.net for more nice TD games. Ireally think this is possible on MSX with a few restrictions ofcourse. When there are not too much enemies on screen it should be doable. Check this TD out.

http://www.towerdefence.net/games-250-When_Penguins_Attack_TD.php

@Leo: Love your graphics!

Van JGM

Master (140)

afbeelding van JGM

17-05-2010, 16:37

Paragon once tried to develop an RTS for our MSX called DOME. I know it is not exactly a tower defense game, but maybe it is usefull!
Link1:
http://www.paragon-msx.com/index.php?option=com_rsgallery2&Itemid=16&gid=3

Link2:
http://www.txq.nl/pages/paragon/site/dome.htm#Progress

Download Link:
http://www.txq.nl/pages/paragon/site/files.htm

dunno if these downloads still working...

unfortunately they didnt had the time to finish it.
But it will be great if someone could develop a Tower Defense game on MSX.

Van boomlinde

Resident (54)

afbeelding van boomlinde

17-05-2010, 18:19

I imagine a game like this having 8x8 tile enemies, and just some simple cellular automata defining their behavior.

AFAIK this is how it was handled in Redrunner on the C64: noname.c64.org/csdb/release/?id=53708 - if the measly 6510 can do this... B-)

Van Jipe

Paragon (1614)

afbeelding van Jipe

17-05-2010, 18:24

see this game : Lemmings by N.I 1997 , i count 25 lemmings animated on screen 5 with a good speed

Pagina 2/7
1 | | 3 | 4 | 5 | 6 | 7