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 - SMS Snake Game

Reply to topic
Author Message
  • Joined: 15 Jul 2022
  • Posts: 29
Reply with quote
SMS Snake Game
Post Posted: Fri Jan 26, 2024 1:21 pm
Hello everyone,

I would like to share you my first homebrew: a snake game.

It's not something transcendent, it's still a simple game, but as I'm just starting out, it's best to start with a simple project.

The source code is available for anyone. It's not perfect, but if it can also serve as an example for others who would like to get started too.

https://github.com/Allard-Chris/SMS_Snake_Game
SNAKE_Cover.jpg (1.75 MB)
SNAKE_Cover.jpg

  View user's profile Send private message
  • Joined: 25 Aug 2023
  • Posts: 7
Reply with quote
Post Posted: Fri Jan 26, 2024 2:59 pm
Awesome, I look forward to playing it. Thanks for sharing!
  View user's profile Send private message
  • Joined: 28 Jan 2017
  • Posts: 556
  • Location: Málaga, Spain
Reply with quote
Post Posted: Sat Jan 27, 2024 3:56 pm
Nice game, the speed of the snake increases nicely. The effect of the apple inside the snake is nice, too.

I should try to add some sounds & maybe music & maybe stages with different walls, etc. I know, I know, to finish a game is not an easy thing xD.

Were done entirely in asm? what an effort dude!
  View user's profile Send private message
  • Joined: 15 Jul 2022
  • Posts: 29
Reply with quote
Post Posted: Sat Jan 27, 2024 8:38 pm
Thanks.

Music and sound is definitely the next thing I'm going to add to the game.
I'm curious to see how to program a sound engine to play VGM format.

Yeah, doing this game in assembler wasn't the easiest thing to do. But after Maxim's tutorial "HowToProgram", I already had a functional development environment and couldn't see myself changing everything. In the end, I enjoyed it and I'm thinking of continuing with asm for the next game.
  View user's profile Send private message
  • Joined: 13 Jul 2018
  • Posts: 17
Reply with quote
Post Posted: Sun Jan 28, 2024 12:17 am
Very nice!
Here you are the Spanish translation for the rear cover ;-)

“Adéntrate en la simplicidad de este juego Snake en la Master System. En la carrera por comerse la mayoría de las manzanas, tú destreza ser llevada al límite.
¿Quien conseguirá la mayor puntuación? ¿Tú o tus amigos?”
  View user's profile Send private message
  • Joined: 02 Mar 2011
  • Posts: 167
  • Location: Valencia,Spain.
Reply with quote
Post Posted: Sun Jan 28, 2024 9:07 am
Congratulations! It is a great game, and it is entirely done in ASM code.

Only a little mistake with the Spanish text.


“Adéntrate en la simplicidad de este juego Snake en la Master System. En la carrera por comerse la mayoría de las manzanas, tú destreza será llevada al límite.
¿Quien conseguirá la mayor puntuación? ¿Tú o tus amigos?”
  View user's profile Send private message
  • Joined: 15 Jul 2022
  • Posts: 29
Reply with quote
Post Posted: Sun Jan 28, 2024 8:51 pm
Thanks guys, I've added the translation to the cover !
  View user's profile Send private message
  • Joined: 23 Jan 2010
  • Posts: 439
Reply with quote
Post Posted: Mon Jan 29, 2024 9:06 am
Portuguese-BR text: Entre na simplicidade desse Snake game no Master System. Sua destreza será levada aos limites na corrida para comer mais maçãs. Quem, você ou seus amigos, terá a melhor pontuação?
  View user's profile Send private message
  • Joined: 24 Jan 2024
  • Posts: 2
Reply with quote
Italian text
Post Posted: Mon Jan 29, 2024 1:47 pm
In case you need it - here you have the Italian text :)

Lasciati trasportare dalla semplicità di questo gioco di Snake su MasterSystem. La tua destrezza sarà spinta al limite nella corsa per mangiare il maggior numero di mele. Chi avrà il punteggio migliore, tu o i tuoi amici?
  View user's profile Send private message
  • Joined: 05 Sep 2013
  • Posts: 3828
  • Location: Stockholm, Sweden
Reply with quote
Post Posted: Mon Jan 29, 2024 2:07 pm
KingQuack wrote
Music and sound is definitely the next thing I'm going to add to the game.
I'm curious to see how to program a sound engine to play VGM format.


You could just use what's already available: PSGlib ;)
  View user's profile Send private message Visit poster's website
  • Joined: 15 Jul 2022
  • Posts: 29
Reply with quote
Post Posted: Mon Jan 29, 2024 6:10 pm
segarule wrote
Portuguese-BR text: Entre na simplicidade desse Snake game no Master System. Sua destreza será levada aos limites na corrida para comer mais maçãs. Quem, você ou seus amigos, terá a melhor pontuação?


tsl wrote
In case you need it - here you have the Italian text :)
Lasciati trasportare dalla semplicità di questo gioco di Snake su MasterSystem. La tua destrezza sarà spinta al limite nella corsa per mangiare il maggior numero di mele. Chi avrà il punteggio migliore, tu o i tuoi amici?


Thanks guy, I've added your translations to the cover.

sverx wrote
You could just use what's already available: PSGlib ;)


oh, thanks ! I'll definitely look into that.
I'd still like to try making a little prototype of my own, just to at least learn a little better how it all works.
  View user's profile Send private message
  • Joined: 13 Jul 2018
  • Posts: 17
Reply with quote
Post Posted: Mon Jan 29, 2024 8:30 pm
Aranya wrote
Congratulations! It is a great game, and it is entirely done in ASM code.

Only a little mistake with the Spanish text.


“Adéntrate en la simplicidad de este juego Snake en la Master System. En la carrera por comerse la mayoría de las manzanas, tú destreza será llevada al límite.
¿Quien conseguirá la mayor puntuación? ¿Tú o tus amigos?”


That’s right. Thanks!
  View user's profile Send private message
  • Joined: 15 Aug 2019
  • Posts: 262
  • Location: Lancashire UK
Reply with quote
Post Posted: Wed Jan 31, 2024 1:06 pm
Many congratulations on the game, I'll definitely be downloading this and giving it a try. Well done
  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!