Author Topic: Gamebuino 2048  (Read 6014 times)

0 Members and 1 Guest are viewing this topic.

Offline JWinslow23

  • Coder Of Tomorrow
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 556
  • Rating: +43/-6
  • I make quality calculator games...when I have time
    • View Profile
Gamebuino 2048
« on: March 09, 2015, 02:28:00 pm »
Guess I'm making a Gamebuino game now ::)

My first project is 2048 (took me a while to design the graphics; if it were as big as a TI-84+ screen, I'd have had my graphics already XD )

Screenie (shows some gimmicky popup messages):


Use the arrow keys to move the tiles. Use A to save your current game, B to reset your game, and C to quit to the title screen. B+A (holding B and tapping A) gives you an option to delete your save (non-functional for some reason in the screenie, but works fine in real life :thumbsup: )

Todo:

* Add way to win
* Add way to lose
* What else do you think I should do, guys?

.zip attached. Includes .ino file (source), .hex file (compiled game), and .gif of gameplay. Tell me what you think!
Did you know that "Ammonia Gas" rearranged is "As Omnimaga"?
Click here for the only set of games you'll ever need
= ?

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: Gamebuino 2048
« Reply #1 on: March 09, 2015, 02:31:18 pm »
Wow, that looks nice ! I like those pop-ups, they look like mini-achievements :P

Maybe you can add a timed version where you try to make the highest score ?

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Gamebuino 2048
« Reply #2 on: March 09, 2015, 03:21:14 pm »
The popups are part of the gamebuino library, lol :p

Also, as already said on the gamebuino forum, I like it ^.^

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline JWinslow23

  • Coder Of Tomorrow
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 556
  • Rating: +43/-6
  • I make quality calculator games...when I have time
    • View Profile
Re: Gamebuino 2048
« Reply #3 on: March 09, 2015, 09:40:07 pm »
Wow, that looks nice ! I like those pop-ups, they look like mini-achievements :P

Maybe you can add a timed version where you try to make the highest score ?
Yeah... I literally write gb.popup(F("Message"),time_in_frames); . XD Although that wouldn't be a bad thing to try to implement on a calc...

And actually, a different mode of gameplay like that isn't a bad idea! Once I get finished with everything else, I could do that. :)
Did you know that "Ammonia Gas" rearranged is "As Omnimaga"?
Click here for the only set of games you'll ever need
= ?

Offline JWinslow23

  • Coder Of Tomorrow
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 556
  • Rating: +43/-6
  • I make quality calculator games...when I have time
    • View Profile
Re: Gamebuino 2048
« Reply #4 on: March 14, 2015, 02:47:27 pm »
Bump.

* Added way to win
* Added way to lose
* This is pretty much a finished game right now.

Todo:

* What else do you think I should do, guys?
* Wonder what my next project will be...
* ...will do serious game making work when I get the thing by the end of the month.

Screenshot:


.zip attached. Tell me what you think!
Did you know that "Ammonia Gas" rearranged is "As Omnimaga"?
Click here for the only set of games you'll ever need
= ?

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Gamebuino 2048
« Reply #5 on: March 14, 2015, 02:59:10 pm »
This is looking niiiiice! :D I will definitely try it once my real hardware arrives :3

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline JWinslow23

  • Coder Of Tomorrow
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 556
  • Rating: +43/-6
  • I make quality calculator games...when I have time
    • View Profile
Re: Gamebuino 2048
« Reply #6 on: March 24, 2015, 06:06:19 pm »
Update.

* Fixed saving

THIS is the final version. Probably will never continue this, unless people want more stuff or something  :|

Screenie irrelevant, literally all I changed was the save-checking subroutine.

Download attached. Give me some feedback! I should get a real Gamebuino by the end of the month!
Did you know that "Ammonia Gas" rearranged is "As Omnimaga"?
Click here for the only set of games you'll ever need
= ?

Offline JWinslow23

  • Coder Of Tomorrow
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 556
  • Rating: +43/-6
  • I make quality calculator games...when I have time
    • View Profile
Re: Gamebuino 2048
« Reply #7 on: March 27, 2015, 07:13:30 pm »
I have decided the game is too slow.

Removed all delay.

Screenie irrelevant.

Download here.
Did you know that "Ammonia Gas" rearranged is "As Omnimaga"?
Click here for the only set of games you'll ever need
= ?

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Gamebuino 2048
« Reply #8 on: March 27, 2015, 07:20:26 pm »
Yaaaay finally it's soooo much quicker now :3

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!