Snowmobile Madness

So, I got busy over Winter Break and built this fake-3d game!

This was a submission for a Winter Competition held at my school’s code club, which was all winter-themed.

(This was also one of the games where I had to code from scratch)

OBJECTIVE: Your objective is to dodge trees + stumps for as long as possible (you can take 4 hits on average) and try to make it as far as you can before getting a Game Over. There are also (S, A, B, C, D, E, F) ranks depending on your final distance.

5 Likes

This is a cool game! I think it would be cool if the difficulty increased as you play, but overall, the game is really nice! I like how many powerups there are!
I think I got S rank!
image

1 Like

Alright, I’m back with my next update after >17 days, I’m planning on doing updates on a weekly basis. But only time will tell.

v2 DEVLOG

  1. To @Blobbey recommendation, I made the difficulty increase over time. The speed of the obstacles will now vary based on your distance.
  2. Added a new power-up, which has this strange RNG mechanic. See for yourself
  3. Added a new map (background), which doesn’t really add much in this case, just for the aesthetic part of the game.
  4. Added more to the informative- text in the title screen (also, in case you haven’t noticed, you can skip parts of the text by pressing spacebar or the A-button on the console)
    image
    This button

Share any feedback + recommendations you have down below, and I’ll consider adding them!

2 Likes

Small tip: Add a setting block that switches to true when the player first reads the controls so it doesn’t pop up every time you restart. Then just add a menu option if the player wants to read controls again.

2 Likes

Mr. @Sarge , I dunno if you got time or not, so I’d be fine with either answer, but could u plz review my game?

2 Likes

yay :grin:

2 Likes

Just a small leak of v3, cuz’ why not?

image

In the title screen, there’s a built-in cursor, with 5 shapes in the title screen. What could it possibly be?

Expect v3 to be released this Thursday (1/25/2024)

Should I leak more stuff from now on?
  • Yes Please
  • No
0 voters
1 Like

Welp, here it is, my weekly update of V3, at 1/25/2023 as promised! I also had a few midterms this week, however, it didn’t affect the development process that much.

V3 DEVLOG

  1. Added a new core feature: GAMEMODES! As of this update, there is 5 of them, I’ll go more in-depth down below. Now you can witness a free S-tier (Easy Mode), or look into the eyes of pure Snowmobile endoplasmic reticulum (Extreme Mode or something like that), YAY!
  2. Added a new song! (actually I just some of makecode’s premade music)
  3. Added 2 new maps, and in case you have yet to notice, there are now 6 of them!
  4. Added a power-up, it slows down time (only for the obstacles, however)! This marks 7 power ups!
  5. Horribly Optimized Code that will be unable to be converted to makecode links sooner or later! Yipeeee.

GAMEMODES (as of v3):

  1. Easy Mode: Obstacles appear super slow, giving you a lot more time to react. There’s also a (slightly) higher chance of power-ups. It’s kinda chill and free, at least from my perspective.

  2. Normal mode: contains the same original gameplay as v1 and v2. It is pretty mid in difficulty

  3. Hard mode: It is hard, if I hadn’t made it obvious enough. Obstacles appear much faster, so you have to focus TONS. Also, Power-ups will be too rare of a sight in this game mode.

  4. Extreme Mode: A whole bunch of tree + obstacle spam. No Power Ups either, Good luck with that.

  5. One hit Mode: yeah, you only got 1 health point with zero Power-ups. And you need to do is dodge all the trees + obstacles (whose speed increases over time), how hard could it possibly be?

As of now, I’m still trying to figure out how to implement the whole menu feature that @Luke Recommended.

NOTES: I finished the update very quickly and wanted to post the update early (before 1/25/2024). However, when playtesting the v3 game, I found some (mostly minor) bugs. But I don’t like bugs, so I went back to the code to debug them. However, I made some stupid decisions during the whole debugging process, and that led to the program crashing so many times. Took me a very long time to track down all the bugs and fix them (without causing any system errors), which was why I didn’t release v3 sooner.

POTENTIAL FUTURE UPDATES:

  1. More gamemodes (I got some very good ideas for them)

  2. Some new obstacles.

  3. A diverse range of snowmobile (player) colors!

  4. More power ups (as if this wasn’t obvious enough)

  5. And so much more!

2 Likes

Yeaah, sorry for the lack of any update, I nearly forgot I made this topic.
Anyhow, ig I should post a few leaks for V4 Update.
image

image

image

3 Likes