Author Topic: Dual Falldown by yunhua98  (Read 6752 times)

0 Members and 1 Guest are viewing this topic.

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Dual Falldown by yunhua98
« on: December 07, 2010, 11:14:51 pm »
Well, I nade a Falldown game the other day, but I wanted to stand out, so I used ztrumpet's old idea and made it into a dual falldown game.  2nd and mode to move the black ball, left and right to move the white ball.  This game is impossible on Emu.  :P

Anyway, there's a nice easter egg at the end, and there is a teacher key [Del].  hold 2nd and up to keep going.  ;)
the game also speeds up after a while.  ;)

A0FALSRC is the source, and FALLDOWN is the game.

screenie attached

EDIT:  [Del] makes the calc look like its off.
« Last Edit: December 07, 2010, 11:15:51 pm by yunhua98 »

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Dual Falldown by yunhua98
« Reply #1 on: December 08, 2010, 04:30:04 am »
Nice, but I wonder how you will make sure that you just won't merge both balls together and press keys at once? Are you gonna add some collision detection to force the player to sometimes have to move one of the ball through another hole? Maybe have one of the ball so it cannot go through certain holes and the other one through others (black bar). Good job so far, though. :)
« Last Edit: December 08, 2010, 04:30:17 am by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Dual Falldown by yunhua98
« Reply #2 on: December 08, 2010, 05:17:52 am »
If the balls had collision detection between one another that would certainly make it more difficult, as would having holes which only a certain ball could pass through. What about variable speed, would that be doable?
« Last Edit: December 08, 2010, 05:18:15 am by Art_of_camelot »

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Dual Falldown by yunhua98
« Reply #3 on: December 08, 2010, 12:00:51 pm »
Nice game! Is there a list of shortcut keys of WabbitEmu?

Also, losing the game everytime isn't fun for me, it's cool to lose the game when we're not expecting it and in very "wow, not expecting this" situations. :D That's just my brain thinking.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Dual Falldown by yunhua98
« Reply #4 on: December 08, 2010, 03:44:11 pm »
Different ball speed seems like a good idea too.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Dual Falldown by yunhua98
« Reply #5 on: December 08, 2010, 04:15:50 pm »
Great job!  I'm glad this concept finally got finished!  Thanks for that and for a great game. ;D

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Dual Falldown by yunhua98
« Reply #6 on: December 08, 2010, 04:16:58 pm »
Great job!  I'm glad this concept finally got finished!  Thanks for that and for a great game. ;D

What about two falldowns in the screen with two balls each?

A mixture between Simul and Dual Falldown!!

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Dual Falldown by yunhua98
« Reply #7 on: December 08, 2010, 05:41:12 pm »
Great job!  I'm glad this concept finally got finished!  Thanks for that and for a great game. ;D

What about two falldowns in the screen with two balls each?

A mixture between Simul and Dual Falldown!!

I could add that as another mode.  ;)
as for merging the two balls together, thats harder than you'd think.  Although I could make that as another mode.

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Dual Falldown by yunhua98
« Reply #8 on: December 08, 2010, 10:50:16 pm »
Would having one ball be able to go through plain black blocks and the other through holes be hard to implement?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Dual Falldown by yunhua98
« Reply #9 on: December 08, 2010, 10:59:10 pm »
Would having one ball be able to go through plain black blocks and the other through holes be hard to implement?

no, that would be an interesting mode as well.  ;)

btw, I just finished the split screen dual falldown, maybe upload on Tomorrow or Sunday.  ;)

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Dual Falldown by yunhua98
« Reply #10 on: December 08, 2010, 11:02:16 pm »
Cool, I can't wait to play :D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Dual Falldown by yunhua98
« Reply #11 on: December 09, 2010, 07:16:30 am »
This is one of those perfect projects for linking.

EDIT: What about a "force-field" mode, where the two balls can't get near each other. Maybe like a 5px force-field so that they have to be 10px apart?
« Last Edit: December 09, 2010, 07:18:34 am by graphmastur »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Dual Falldown by yunhua98
« Reply #12 on: December 09, 2010, 09:40:17 am »
Oh that sounds like a great idea, what do you think Yunhua98?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Dual Falldown by yunhua98
« Reply #13 on: December 09, 2010, 09:41:29 am »
This is one of those perfect projects for linking.

EDIT: What about a "force-field" mode, where the two balls can't get near each other. Maybe like a 5px force-field so that they have to be 10px apart?

That's great, like magnetic fields repelling each other.

:D

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Dual Falldown by yunhua98
« Reply #14 on: December 09, 2010, 05:09:29 pm »
cool, maybe I should release each mode as a separate game, since with all these modes it could take up a lot of memory and slow the program down as one program.

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>