AEFeinstein / Super-2024-Swadge-FW

Firmware for the Super Magfest 2024 Swadge
https://adam.feinste.in/Super-2024-Swadge-FW/
MIT License
10 stars 9 forks source link

Game - 2048 #244

Open johnnywycliffe opened 1 month ago

johnnywycliffe commented 1 month ago

Summary The most addictive game of... 2014. Let's call this the anniversary edition.

Technical Spec Needs a rock to run on. It's... not hard. Requires only basic functions of the swadge.

UI Uses A or B to accept some results, uses directional controls to move blocks. Start resets the game.

No assets are requires aside from two fonts. An updated splash screen might need more?

Screenshots Title: image

Gameplay: image

Player reaches 2048: image

Game Over: image

Features planned for 1.1

AEFeinstein commented 1 month ago

Woo! For the blocks, have you considered using sprites instead of flat colors? That way you could get textures or something cute idk.

AEFeinstein commented 1 month ago

Also this would be hilarious to play with tilt controls

johnnywycliffe commented 1 month ago

Movement controls should be easy enough to roll into 1.1.

I'm worried about identification of blocks if I make them too busy with sprites. It might be a good idea to use circles for the higher level ones just so they're visually distinct and then I can reuse colors, but since I already have a problem with recognition, I don't think making a pattern is a good idea.

AEFeinstein commented 1 month ago

Up to you, though I'll note that for the color-challenged, like myself, differentiating something like stripes v. polka dots is much easier

johnnywycliffe commented 1 month ago

Wasn't thinking about that. Let me see what I can do.

AEFeinstein commented 1 month ago

You can also do cool things like use a different, bigger font, and have some blending around font edges. I wouldn't worry too much about the set of tiles. Art can always be filled in later, and with community help if that's your jam :)

johnnywycliffe commented 1 month ago

I'm very much not an art person. I'll take all the help I can get in the art department.

johnnywycliffe commented 1 month ago

Version 1.1: