Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Smash Sugar ParallelepipedsView game page

Smash them all
Submitted by Lázaro Albuquerque (@lzralbu) — 3 hours, 31 minutes before the deadline
Add to collection

Play game

Smash Sugar Parallelepipeds's itch.io page

Results

CriteriaRankScore*Raw Score
Sound#272.4462.632
Fun#342.7392.947
Polished#372.5432.737
Controls#382.5922.789
Overall#402.3722.553
Graphics#412.5432.737
Unique#441.3701.474

Ranked from 19 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Source code repo
https://github.com/lzralbu/smash-sugar-parallelepipeds

Main programming language
C

Download URL for wasm cart file
https://github.com/lzralbu/smash-sugar-parallelepipeds/blob/main/build/cart.wasm

Publish on wasm4.org

Include on wasm4.org

Leave a comment

Log in with itch.io to leave a comment.

Comments

Jam HostSubmitted(+1)

The difficulty is fine, although something does seem a bit off with the collision response.

Developer

Yeah, the collision is not great.

Host

I'm bad at games so it's hard for me.

Submitted(+1)

Going from clicking with the mouse to controlling the paddle with the arrow keys is definitely jarring. It's fast but that doesn't bother me too much. But about half the time the ball would bounce off of a stone and not break it. Is that a bug or am I missing something?

Developer

Some blocks are harder than others. I should have used some custom sprites for each kind of block but was too lazy and stuck with the builtin "rect" function.

Submitted (1 edit) (+1)

Too fast, my paws aren't match that pace

Developer

Yeah, I should have asked someone else to test it. I was getting so good at it that I thought it was too slow.

Submitted(+2)

A bit fast for me. But I said this already: I'm lazy and slow. My advice: Don't make players click only to switch to the keyboard afterwards. Pick one and stick with it. By the time you clicked and switched to your keyboard, you might have already lost 1 or 2 lives. Not ideal.

Also: If I see a "Click to play" I assume I can move with the mouse. You should avoid this,

Other than that: Nice idea to destroy sugar.  Too bad I'm really bad at breakout and it's clones.

Developer

Indeed, the change from mouse to keyboard is less than ideal. It was the only solution I found to generate some entropy, though.