Bit Mapped MSX 1?

Page 2/2
1 |

By Chilly Willy

Expert (103)

Chilly Willy's picture

18-11-2022, 15:27

By santiontanon

Paragon (1770)

santiontanon's picture

18-11-2022, 19:52

Lazer Bykes uses a very interesting trick to prevent color clash actually, see here: https://www.youtube.com/watch?v=nPh0FSzl0Wg

It draws the path of bike 1 in only "odd" y coordinates, and of bike 2 in only "even" y coordinates. The price to pay is only 2 by 2 pixel resolution in vertical movement, but I think it's worth paying :)

By Chilly Willy

Expert (103)

Chilly Willy's picture

19-11-2022, 02:07

Well apparently all of this has been done already.
Now I am discouraged to do the project.

Anyone have any code like a tiny guy running around in bit map mode. Non sprite?

By Uninteresting

Champion (352)

Uninteresting's picture

19-11-2022, 08:18

I've heard that there are only seven different basic plots, yet people still write stories.

I believe there are already multiple games of snake on MSX, yet I am considering making one more myself (my first since Visual Basic 3). A Tron-like game (without AI) doesn't sound like a bad idea to make in learning how to handle the screen 2 as a bitmap. Its scope is contained, you know it can be done, and the bitmap manipulation is possibly the only "learning part".

(Of course, this is in contradictory to what I said about Mix when I learned that Night Flight already existed...)

By aoineko

Paladin (899)

aoineko's picture

19-11-2022, 10:17

Chilly Willy wrote:

Well apparently all of this has been done already.
Now I am discouraged to do the project.

Just because this kind of game exists doesn't mean you can't do something new and cool with it. You can add game modes, or bonuses to collect for example. And then you could make a 4 player version! I think that hasn't been done yet.

I'm actually making a Snake game - ultra-classic genre - but playable with up to 8 players. Smile

Page 2/2
1 |