2048 #101
peterhellberg
started this conversation in
General
2048
#101
Replies: 2 comments 1 reply
-
Wow, this is awesome! I'm slightly addicted to 2048, so this is getting saved onto my phone 😄 Lovely graphics and palette choices. When it's ready you should totally submit it to GBJam (which is happening right now!) |
Beta Was this translation helpful? Give feedback.
1 reply
-
🎵 Music🔉🎵 Sound+MusicSome initial experiments with adding sound to my game. Faking timekeeping by counting rendered frames. 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've started working on a little 2048 clone for WASM-4 using TinyGo this weekend. I initially started by porting a JavaScript implementation of 2048 but it turned out to be too much of a hassle 😂
Instead I've now based the initial logic on https://github.com/chhabraamit/2048
(While looking around for a minimal implementation of 2048 I also found https://github.com/hirschsn/mini2048 which nicely compiled using
CC="zig cc" make
)The palettes are copied from the Lospec Palette List
🎮 Play (Arrow keys, X, Z)
💻 Repo
📷 Screenshots
Initial output
After a few small tweaks
A few palettes from Lospec
Beta Was this translation helpful? Give feedback.
All reactions