Author Topic: Fancy Pants: DT's 2011 contest entry (hopefully)  (Read 17663 times)

0 Members and 1 Guest are viewing this topic.

Offline p2

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 849
  • Rating: +51/-11
  • I'm back :)
    • View Profile
Re: Fancy Pants: DT's 2011 contest entry (hopefully)
« Reply #75 on: July 19, 2011, 12:07:55 pm »
I don't understand it, too.

Only DeepThought knows!

But he won't continue it.  :'(
*insert supercool signature*

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Fancy Pants: DT's 2011 contest entry (hopefully)
« Reply #76 on: July 19, 2011, 03:00:04 pm »
I offer myself up to take over this project.
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline LincolnB

  • Check It Out Now
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1115
  • Rating: +125/-4
  • By Hackers For Hackers
    • View Profile
Re: Fancy Pants: DT's 2011 contest entry (hopefully)
« Reply #77 on: July 19, 2011, 03:46:22 pm »
Good luck, man.
Completed Projects:
   >> Spacky Emprise   >> Spacky 2 - Beta   >> Fantastic Sam
   >> An Exercise In Futility   >> GeoCore

My Current Projects:

Projects in Development:
In Medias Res - Contest Entry

Talk to me if you need help with Axe coding.


Spoiler For Bragging Rights:
Not much yet, hopefully this section will grow soon with time (and more contests)



Offline p2

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 849
  • Rating: +51/-11
  • I'm back :)
    • View Profile
Re: Fancy Pants: DT's 2011 contest entry (hopefully)
« Reply #78 on: July 20, 2011, 12:33:48 pm »
Do you need help with graphics?
I have the original pics of standing and balancing.
(Helped DeepThought with making the game: he made the game and I made these pics)

They're also in the game, but the pics in the game are wrong.
They're very strong. I still have my drawn pictures. (on a shield of paper)
Should I send them to you?
*insert supercool signature*

Offline Ti-Programmer

  • LV3 Member (Next: 100)
  • ***
  • Posts: 84
  • Rating: +3/-0
  • Whats this? so many features...
    • View Profile
    • Ti-Programmer's website
Re: Fancy Pants: DT's 2011 contest entry (hopefully)
« Reply #79 on: July 20, 2011, 03:03:31 pm »
I don't understand it, too.

Only DeepThought knows!

But he won't continue it.  :'(

I don't really understand it either, what are you supposed to do?
cause i would take like ~25 steps and die.
Spoiler For Sig:







Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Fancy Pants: DT's 2011 contest entry (hopefully)
« Reply #80 on: July 20, 2011, 03:04:31 pm »
There's a door at the end you try to get to.
For reference: http://armorgames.com/play/301/fancy-pants-adventures
Vy'o'us pleorsdti thl'e gjaemue

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: Fancy Pants: DT's 2011 contest entry (hopefully)
« Reply #81 on: July 20, 2011, 03:07:20 pm »
Guys guys guys. Before we start talking about graphics and exits and whatnot, the engine is still far from complete. Someone should probably spruce that up before the pretty is showered on.
In-progress: Graviter (...)

Offline ben_g

  • Hey cool I can set a custom title now :)
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +125/-4
  • Asm noob
    • View Profile
    • Our programmer's team: GameCommandoSquad
Re: Fancy Pants: DT's 2011 contest entry (hopefully)
« Reply #82 on: July 20, 2011, 03:27:16 pm »
Here is some code:
(x,y) = position of player
(x0,y0)(x1,y1) = line to check
colradius = radius of player
Code: [Select]
((X1 - X0)*(x - X0) + (Y1 - Y0)*(y - Y0))/((X1 - X0)² + (Y1 - Y0)²)->a
if (0<a and a<1 and ((x - X0 - a*(X1 - X0))² + (y - Y0 - a*(Y1 - Y0)))² <= colradius²)
then
;react to collision
end

that should check if the player collides with the given line.
« Last Edit: July 20, 2011, 03:28:27 pm by ben_g »
My projects
 - The Lost Survivors (Unreal Engine) ACTIVE [GameCommandoSquad main project]
 - Oxo, with single-calc multiplayer and AI (axe) RELEASED (screenshot) (topic)
 - An android version of oxo (java)  ACTIVE
 - A 3D collision detection library (axe) RELEASED! (topic)(screenshot)(more recent screenshot)(screenshot of it being used in a tilemapper)
Spoiler For inactive:
- A first person shooter with a polygon-based 3d engine. (z80, will probably be recoded in axe using GLib) ON HOLD (screenshot)
 - A java MORPG. (pc) DEEP COMA(read more)(screenshot)
 - a minecraft game in axe DEAD (source code available)
 - a 3D racing game (axe) ON HOLD (outdated screenshot of asm version)

This signature was last updated on 20/04/2015 and may be outdated

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: Fancy Pants: DT's 2011 contest entry (hopefully)
« Reply #83 on: July 20, 2011, 10:24:07 pm »
Here is some code:
(x,y) = position of player
(x0,y0)(x1,y1) = line to check
colradius = radius of player
Code: [Select]
((X1 - X0)*(x - X0) + (Y1 - Y0)*(y - Y0))/((X1 - X0)² + (Y1 - Y0)²)->a
if (0<a and a<1 and ((x - X0 - a*(X1 - X0))² + (y - Y0 - a*(Y1 - Y0)))² <= colradius²)
then
;react to collision
end

that should check if the player collides with the given line.
I used a different routine in FPA. No squares/roots :w00t: Thanks to Quigibo for this.

And this is late (sorry guys) but I've finally started to work on some documentation. Tried to format it as BBCode so I could post it here, but finally gave up and sticking to HTML.

EDIT: Not finished yet, by the way. So far all I've done is the spring and door arrays.
« Last Edit: December 16, 2011, 12:24:05 am by Deep Thought »




Offline p2

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 849
  • Rating: +51/-11
  • I'm back :)
    • View Profile
Re: Fancy Pants: DT's 2011 contest entry (hopefully)
« Reply #84 on: July 21, 2011, 08:06:32 am »
on armorgames you only have the older games!


The official website of FPA (FancyPantsAdventures) is http://fancypantsadventures.com

There you can also play the demo of world 3!!!!!!
(diving, wall-jumping, fighting with your pencil, ...!!!!)


If you search for Brad Borne and his team (maker of FPA), you should search on http://bornegames.com


For other informatios about the game, you should search on http://thefancypantsadventures.wikia.com



Every FPA-fan MUST know these adresses!






should I upload my pics?
I still have them here!
*insert supercool signature*

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: Fancy Pants: DT's 2011 contest entry (hopefully)
« Reply #85 on: July 21, 2011, 01:03:07 pm »
I tried going to the official website and it froze every time I pressed a key in the game.  That's why I linked the other one, not trying to crash people's browsers :P
Vy'o'us pleorsdti thl'e gjaemue

Offline ZippyDee

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +83/-8
  • Why not zoidberg?
    • View Profile
Re: Fancy Pants: DT's 2011 contest entry (hopefully)
« Reply #86 on: July 21, 2011, 03:04:21 pm »
I tried going to the official website and it froze every time I pressed a key in the game.  That's why I linked the other one, not trying to crash people's browsers :P
Yeah, there are focus issues with flash and the other scripts on the page. You can't play them on the official site :\
There's something about Tuesday...


Pushpins 'n' stuff...


Offline p2

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 849
  • Rating: +51/-11
  • I'm back :)
    • View Profile
Re: Fancy Pants: DT's 2011 contest entry (hopefully)
« Reply #87 on: July 22, 2011, 01:10:20 pm »
Should I upload them?
It's not really legual, but I can do it. (world 3 - because you can't play it)
*insert supercool signature*

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Fancy Pants: DT's 2011 contest entry (hopefully)
« Reply #88 on: July 24, 2011, 09:45:17 am »
Should I upload them?
It's not really legual, but I can do it. (world 3 - because you can't play it)


Didn't someone already link to a website that had World 3? Or am I confused here? :S

Offline p2

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 849
  • Rating: +51/-11
  • I'm back :)
    • View Profile
Re: Fancy Pants: DT's 2011 contest entry (hopefully)
« Reply #89 on: July 24, 2011, 12:56:30 pm »
Yes. it yas me. But they can't play it there. (No idea why!)
*insert supercool signature*