Search found 1570 matches

by TechnoCat
Fri Aug 07, 2009 8:53 pm
Forum: General
Topic: This is not sparta..? I am lost ;_;
Replies: 23
Views: 13701

Re: This is not sparta..? I am lost ;_;

Robin wrote:
TechnoCat wrote:I just let my cat inside.
I prefer to let my cat inside automatically, using a Python script.
I think lua is better than python at letting cats inside.
by TechnoCat
Fri Aug 07, 2009 7:41 pm
Forum: General
Topic: This is not sparta..? I am lost ;_;
Replies: 23
Views: 13701

Re: This is not sparta..? I am lost ;_;

I just let my cat inside.
by TechnoCat
Thu Aug 06, 2009 1:20 am
Forum: Games and Creations
Topic: Celestial Nebula [Shoot 'em up]
Replies: 12
Views: 11884

Re: Celestial Nebula [Shoot 'em up]

Oh, and a power-up system. Nothing left to do after that. :nyu:\

EDIT: You can keep playing after GAME OVER.

EDIT2: Oh, and AI, more enemy variation, multiplayer, and non linear enemy movement.
by TechnoCat
Thu Aug 06, 2009 12:47 am
Forum: Games and Creations
Topic: Celestial Nebula [Shoot 'em up]
Replies: 12
Views: 11884

Re: Unnamed little project...[Shoot 'em up]

Suggestions Bombs, like start with 3 bombs and get one more for every 100 kills. Something that is very visual and kills everything on screen when you hit 'z' or something. Selectable ships with different playing styles (movement, guns, bombs, appearance, health). Obstacles to dodge (levels?). And ...
by TechnoCat
Wed Aug 05, 2009 6:30 pm
Forum: Games and Creations
Topic: Celestial Nebula [Shoot 'em up]
Replies: 12
Views: 11884

Re: Unnamed little project...[Shoot 'em up]

Evil Telephone wrote:This is a lot of fun. Around level 250 the game gets a bit insane.
How did you get to a level that high? I try, but when I get to about level 150 my ship is going so fast that it over compensates the mouse and runs into the bad guys on its own!
by TechnoCat
Wed Aug 05, 2009 6:26 pm
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1013562

Re: Avatars: OBEY!

Robin wrote:That's the meaning of OBEY: doing what you're told without knowing why. 8-)
I laughed so hard at this. :rofl:
by TechnoCat
Wed Aug 05, 2009 2:03 am
Forum: Games and Creations
Topic: Celestial Nebula [Shoot 'em up]
Replies: 12
Views: 11884

Re: Unnamed little project...[Shoot 'em up]

You can always upload an attachment to the post. :monocle:

This game is fun. :nyu:
When you get to like level 40, it doesn't seem to know where your mouse is and the ship jumps around sporadically.
by TechnoCat
Tue Aug 04, 2009 6:58 pm
Forum: Games and Creations
Topic: Pokemon Clone
Replies: 33
Views: 22144

Re: Pokemon Clone

I enjoyed your choice humor. :nyu:
by TechnoCat
Tue Aug 04, 2009 12:19 am
Forum: Support and Development
Topic: Spring Simulation
Replies: 4
Views: 3728

Re: Spring Simulation

I figured it out if ball.y>=spring.k then spring.y=ball.y ball.v=ball.v-(spring.k-spring.top)*dt spring.top=spring.top-ball.v*dt if spring.top>200 then spring.top=200 end end needs to be: if ball.y>=spring.k then spring.y=ball.y spring.top=spring.top-ball.v*dt ball.v=ball.v-(spring.k-spring.top)*dt ...
by TechnoCat
Mon Aug 03, 2009 11:58 pm
Forum: Games and Creations
Topic: Little platform-puzzle Game !
Replies: 11
Views: 9229

Re: Little platform-puzzle frame work !

Pliskin09 wrote:lol your so mean techno :rofl:
Duly noted. And fixed?