Author Topic: Snake (Zeda)  (Read 3354 times)

0 Members and 1 Guest are viewing this topic.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Snake (Zeda)
« on: March 23, 2012, 10:23:57 am »
Since aeTIos has released his snake game, I think I should release mine >:D (slightly modified)

What you do is use the arrows to change the direction of the snake. You can eat the 2x2 blocks to grow 1 unit and you can watch it digest O.O Bumping into yourself or a wall will kill you (so don't do it!) and after every 20 units you grow, (you start with 4), a counter will count down as your snake shrinks. Once it hits zero, the game will speed up a little. There are 6 speed sa=tages, after that, it cannot get faster. Every time you eat a fruit, another spawns randomly on the map. Did I mention the map was made of 4x4 tiles and is 64x96 tiles? It scrolls so that you can see it all, don't worry :P Oh, also, there are about a bazillion fruits on the map at all times, so you won't have to hunt far for another fruit. There is a score system (but not a highscore saving system).

Finally, the program is 3128 bytes :) Enjoy!

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Snake (Zeda)
« Reply #1 on: March 23, 2012, 10:24:45 am »
Ooh, looks nice :D
I'm not a nerd but I pretend:

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Snake (Zeda)
« Reply #2 on: March 23, 2012, 10:26:11 am »
It speeds up, but I have only gotten to 4 speed ups XD After that, it was too fast for me .-. <-- (upside down face)

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Snake (Zeda)
« Reply #3 on: March 23, 2012, 11:31:40 am »
That looks great :D
* Hayleia lost the first round of TI-Concours
:P
I think I will not post my snake game, I would feel ashamed :P
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: Snake (Zeda)
« Reply #4 on: March 23, 2012, 11:34:22 am »
Ah, just post it, much worse than my games/programs isn't possible :P

And I wanna try all the snake games. I'm going to download them and play for as long as possible :P
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline nxtboy III

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 795
  • Rating: +26/-1
  • NXT!
    • View Profile
    • Program NXT
Re: Snake (Zeda)
« Reply #5 on: March 23, 2012, 06:38:28 pm »
I like the scrolling! That's a nice addition. :)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Snake (Zeda)
« Reply #6 on: March 23, 2012, 06:51:50 pm »
That seems like a pretty original game :D Looks great!




Offline parserp

  • Hero Extraordinaire
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1455
  • Rating: +88/-7
  • The King Has Returned
    • View Profile
Re: Snake (Zeda)
« Reply #7 on: March 23, 2012, 08:51:17 pm »
O.O I knew I should have spent more than 2 hours on my snake! :P

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Snake (Zeda)
« Reply #8 on: March 23, 2012, 09:24:10 pm »
Thanks :) The scrolling was fun to do. I used some similar code to a maze program that I wrote, so the program source loads Pic2 as a map. Then it reads the pixels to figure out if it needs to plot a barrier or fruit :3

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: Snake (Zeda)
« Reply #9 on: March 24, 2012, 04:38:05 pm »
O.O I knew I should have spent more than 2 hours on my snake! :P
lolwat?
I spend like 10 on mine.
I'm not a nerd but I pretend:

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Snake (Zeda)
« Reply #10 on: March 24, 2012, 04:46:53 pm »
I spent days on mine O.O Then again, I hardly knew any Axe when I started >:D