Forums

Sega Master System / Mark III / Game Gear
SG-1000 / SC-3000 / SF-7000 / OMV
Home - Forums - Games - Scans - Maps - Cheats - Credits
Music - Videos - Development - Hacks - Translations - Homebrew

View topic - [Coding competition 2024] River Strike by haroldoop

Reply to topic

Rate this entry!

1 (Terrible) 0% 0%
2 5% 5%
3 11% 11%
4 11% 11%
5 16% 16%
6 16% 16%
7 33% 33%
8 0% 0%
9 0% 0%
10 (Excellent) 5% 5%
This poll has expired.
Author Message
  • Site Admin
  • Joined: 19 Oct 1999
  • Posts: 14745
  • Location: London
Reply with quote
[Coding competition 2024] River Strike by haroldoop
Post Posted: Thu Feb 08, 2024 11:31 am
Last edited by Maxim on Tue Apr 02, 2024 9:21 am; edited 1 time in total
https://www.smspower.org/Homebrew/RiverStrike-SMS



Quote
This is the prototype of a River Raid clone for the Sega Master System.


  View user's profile Send private message Visit poster's website
  • Joined: 23 Jan 2010
  • Posts: 439
Reply with quote
Post Posted: Thu Mar 28, 2024 7:19 pm
Incredible how a simple game can keep yet emotion. Me lembra os tempos do Atari. Incrível como uma mecânica simples ainda guarda emoção.
  View user's profile Send private message
  • Joined: 25 Feb 2006
  • Posts: 874
  • Location: Belo Horizonte, MG, Brazil
Reply with quote
Post Posted: Thu Mar 28, 2024 8:14 pm
That's the idea! ;)

Github repo: https://github.com/haroldo-ok/river-strike
Page on itch.io: https://haroldo-ok.itch.io/river-strike
  View user's profile Send private message Visit poster's website
  • Joined: 23 Jan 2010
  • Posts: 439
Reply with quote
Post Posted: Sat Mar 30, 2024 12:07 pm
Why the score dont is cumulative? I have hope that i can win a 1up.
  View user's profile Send private message
  • Joined: 25 Feb 2006
  • Posts: 874
  • Location: Belo Horizonte, MG, Brazil
Reply with quote
Post Posted: Sat Mar 30, 2024 12:15 pm
segarule wrote
Why the score dont is cumulative? I have hope that i can win a 1up.


Thanks for the report. ;)

Yes, it seems that the score is being reset between deaths; I might take a look at it next week:
https://github.com/haroldo-ok/river-strike/issues/19
  View user's profile Send private message Visit poster's website
  • Joined: 06 Mar 2022
  • Posts: 671
  • Location: London, UK
Reply with quote
Post Posted: Sat Mar 30, 2024 1:25 pm
I think it's probably just my pathetic biology, but the vertical scrolling motion of this game makes me feel quite dizzy after a few minutes of playing so I can't play it for too long! Would be interested to hear if anyone else found this!

Anyway, the game is very playable, I like it. I don't think River Raid was remade for consoles much more modern than the 2600, and clearly the SMS can add a lot of scope for capability.

I do find it quite difficult - there's a point quite early on where you need to move into a little inlet and blow up a bridge immediately which is very hard.

Also I feel like the scrolling slows down at points, although can't quite figure out when / why - is it to do with the number of sprites on screen?
  View user's profile Send private message Visit poster's website
  • Joined: 25 Feb 2006
  • Posts: 874
  • Location: Belo Horizonte, MG, Brazil
Reply with quote
Post Posted: Sat Mar 30, 2024 1:39 pm
willbritton wrote
I think it's probably just my pathetic biology, but the vertical scrolling motion of this game makes me feel quite dizzy after a few minutes of playing so I can't play it for too long! Would be interested to hear if anyone else found this!

I would have to take a look; could be the dithering, could be intermittent slowdown, or something like that.

willbritton wrote

Anyway, the game is very playable, I like it. I don't think River Raid was remade for consoles much more modern than the 2600, and clearly the SMS can add a lot of scope for capability.

I do find it quite difficult - there's a point quite early on where you need to move into a little inlet and blow up a bridge immediately which is very hard.


Yes, the level generator is prone to creating bottlenecks when generating the bridge at the end of the level:
https://github.com/haroldo-ok/river-strike/issues/9

willbritton wrote

Also I feel like the scrolling slows down at points, although can't quite figure out when / why - is it to do with the number of sprites on screen?

That's correct, the game is presenting slowdown when there are too many sprites on screen:
https://github.com/haroldo-ok/river-strike/issues/12

Anyway, thanks for the review; I should probably start fixing a few bugs next week. ;)
  View user's profile Send private message Visit poster's website
  • Joined: 01 Feb 2014
  • Posts: 878
Reply with quote
Post Posted: Sun Mar 31, 2024 4:06 pm
Plays really well. I’m a little surprised how well the gritty graphics style works. Some explosions when enemy or player are hit would be a nice addition.
  View user's profile Send private message
  • Joined: 25 Feb 2006
  • Posts: 874
  • Location: Belo Horizonte, MG, Brazil
Reply with quote
Post Posted: Sun Mar 31, 2024 10:51 pm
Kagesan wrote
Plays really well. I’m a little surprised how well the gritty graphics style works. Some explosions when enemy or player are hit would be a nice addition.


You're right; the player is missing a death animation:
https://github.com/haroldo-ok/river-strike/issues/20
  View user's profile Send private message Visit poster's website
  • Joined: 25 Feb 2006
  • Posts: 874
  • Location: Belo Horizonte, MG, Brazil
Reply with quote
Version 0.8 is now available
Post Posted: Tue Apr 02, 2024 1:39 am
Version 0.8 has been released.

This version fixes various bugs:

- The score counter now does not reset between deaths;
- The enemies can now spawn from either side of the river;
- The level end logic was fixed to avoid generating bottlenecks on the river.
river_strike.0.8.sms.zip (18.63 KB)
ROM for version 0.8

  View user's profile Send private message Visit poster's website
  • Joined: 09 Aug 2021
  • Posts: 131
Reply with quote
Post Posted: Tue Apr 02, 2024 8:50 am
much better now! :) did not get the idea with fuel tanks first, because did not turn on the sound :) explosion animations might be good addition.
  View user's profile Send private message
  • Joined: 25 Feb 2006
  • Posts: 874
  • Location: Belo Horizonte, MG, Brazil
Reply with quote
Post Posted: Tue Apr 02, 2024 3:13 pm
toxa wrote
much better now! :) did not get the idea with fuel tanks first, because did not turn on the sound :) explosion animations might be good addition.


Thanks; forgot that one, too: :P
https://github.com/haroldo-ok/river-strike/issues/24
  View user's profile Send private message Visit poster's website
  • Joined: 23 Jan 2010
  • Posts: 439
Reply with quote
Post Posted: Tue Apr 02, 2024 7:18 pm
Much better. When we win 1up? Quando ganhamos a vida?
  View user's profile Send private message
  • Joined: 25 Feb 2006
  • Posts: 874
  • Location: Belo Horizonte, MG, Brazil
Reply with quote
Post Posted: Tue Apr 02, 2024 9:19 pm
segarule wrote
Much better. When we win 1up? Quando ganhamos a vida?


Forgot about that one, too:
https://github.com/haroldo-ok/river-strike/issues/26
  View user's profile Send private message Visit poster's website
  • Joined: 25 Jul 2007
  • Posts: 732
  • Location: Melbourne, Australia
Reply with quote
Post Posted: Wed Apr 03, 2024 10:43 am
It took me a while to realize brown stuff = bad and that this was more of a canal shooter. You say it's based on River Raid, but it seems super familiar to an arcade game I've played before but don't recall the title. Nice little nostalgic shooter.
  View user's profile Send private message
  • Joined: 25 Feb 2006
  • Posts: 874
  • Location: Belo Horizonte, MG, Brazil
Reply with quote
Version 0.9 is now available
Post Posted: Wed Apr 03, 2024 11:55 pm
Version 0.9 is now available:

- Reorganized the title screen to separate the logo's tileset/palette from the jetfighter's tileset/palette;
- Used a different image for the jetfighter on the title screen;
- This should make it easier to implement the high score screen, later on.
river_strike.png (11.42 KB)
New title screen
river_strike.png
river_strike.0.9.sms.zip (19.45 KB)
ROM for version 0.9

  View user's profile Send private message Visit poster's website
  • Joined: 19 Aug 2006
  • Posts: 102
  • Location: Brazil
Reply with quote
Post Posted: Thu Apr 04, 2024 1:43 am
Hmmm... I think the older image goes better with the logo.
  View user's profile Send private message
  • Joined: 23 Jan 2010
  • Posts: 439
Reply with quote
Post Posted: Thu Apr 04, 2024 9:45 am
mateusbond wrote
Hmmm... I think the older image goes better with the logo.

I liked more the actual. @haroldoop dont forgot in put the alert when tank is empty. Não esqueça de colocar o alerta sonoro quando o tanque estiver quase vazio.
  View user's profile Send private message
  • Joined: 25 Feb 2006
  • Posts: 874
  • Location: Belo Horizonte, MG, Brazil
Reply with quote
Post Posted: Thu Apr 04, 2024 12:58 pm
segarule wrote
mateusbond wrote
Hmmm... I think the older image goes better with the logo.

I liked more the actual. @haroldoop dont forgot in put the alert when tank is empty. Não esqueça de colocar o alerta sonoro quando o tanque estiver quase vazio.


Yep, that's missing, too:
https://github.com/haroldo-ok/river-strike/issues/25
  View user's profile Send private message Visit poster's website
  • Joined: 25 Feb 2006
  • Posts: 874
  • Location: Belo Horizonte, MG, Brazil
Reply with quote
Version 0.10 is now available
Post Posted: Fri Apr 05, 2024 11:11 pm
Version 0.10 has been released; it allows the enemies to spawn more often.
river_strike.0.10.sms.zip (19.4 KB)
ROM for version 0.10

  View user's profile Send private message Visit poster's website
  • Joined: 25 Feb 2006
  • Posts: 874
  • Location: Belo Horizonte, MG, Brazil
Reply with quote
Post Posted: Fri Apr 05, 2024 11:22 pm
YouTube video for 0.10:
  View user's profile Send private message Visit poster's website
  • Joined: 12 Oct 2015
  • Posts: 194
  • Location: Ireland
Reply with quote
Solid build
Post Posted: Sat Apr 06, 2024 7:04 pm
Hi haroldoop - I've been receiving notifications on itch.io about the progress of this game Riverstrike and congrats for getting a solid build out in time for the coding competition! Well done PS: nice work including your GitHub source code repo - great job.
  View user's profile Send private message Visit poster's website
Reply to topic



Back to the top of this page

Back to SMS Power!