NEW Simple MSX BASIC game: Space Mines

Por Pineapple

Resident (45)

Imagen del Pineapple

22-12-2022, 23:02

Here's a little (just over 2K) game I made.
It's not the best game, but it's playable...
This was essentially just an experiment in optimization for both speed and size.

Try it here:
Space Mines Game and Source

Instructions:
Use arrow keys (UDLR only) to move the ship.
Collect the "targets" before they become Mines.
Try not to die.
Enjoy all 4 game variations!

Login sesión o register para postear comentarios

Por DamnedAngel

Champion (266)

Imagen del DamnedAngel

23-12-2022, 00:14

Very cool! Smile

Nice concept! Thanks for sharing!

Por jepmsx

Master (254)

Imagen del jepmsx

23-12-2022, 11:40

I like the idea. And I've always wondered how to do a control move like this and now I can learn it from your code.

Thanks for sharing!

Por gdx

Enlighted (6219)

Imagen del gdx

23-12-2022, 14:20

A few remarks:
- I like the concept.
- Mines always spawn in the same places.
- If we leave the ship always in the same place, we can have the maximum score (if we are very patient because the mines also appear on mines already in place).
- On some MSX, an error message appears on line 180 when pressing a key.

Por JohnHassink

Ambassador (5672)

Imagen del JohnHassink

23-12-2022, 17:59

It's hard! Or I'm just not so good. But it's fun! And especially the bumper modes made me smile. Smile
I'm surprised by the relative amount content (even 4 game modes and sound) in only 78 lines. That looks like very efficient coding to me.
Thank you!

Por aoineko

Paladin (1004)

Imagen del aoineko

23-12-2022, 22:08

A little too hard, but a very interesting concept.

When you look at the BASIC source, it's hard to believe that there is not a piece missing ^^

Por ray2day

Paladin (743)

Imagen del ray2day

24-12-2022, 20:15

Nice! Very very nice!

Por thegeps

Paragon (1192)

Imagen del thegeps

26-12-2022, 02:16

Nice!