Impact

30 Posts, registered 1 decade ago

Contact

Send an email to Robodude

Recent Posts

1 decade ago in Puzzle game:

Very clever and unique idea for a game. I like it a lot :)

1 decade ago in How old is everyone here?:

29 m

1 decade ago in Bob (WIP):

I was really impressed with the different 'effects' you put together (the flash…

1 decade ago in Pyxel Edit:

I saw this over on reddit.com/r/gamedev and wanted to make sure you all saw it,…

1 decade ago in [WIP] Startups From Hell:

Wow! It looks really great so far! My only initial suggestion would be to tu…

1 decade ago in Where are you based?:

Irvine, CA, USA

1 decade ago in Trying to create a "meat boy-esque" jumping system:

The way I would implement something like this would be to check the state of th…

1 decade ago in Trying to create a "meat boy-esque" jumping system:

I know the user, Kirbysayshi, implemented something like this in a recent porta…

1 decade ago in Is there any way to have entities snap to user defined grid in weltmeister?:

I know I can manually the set the x,y coords for the entities in weltmeister, b…

1 decade ago in Shapeshifter:

I just found a bug in Chrome shortly after getting FakeBond: Uncaught TypeEr…

1 decade ago in Shapeshifter:

I agree this is a great idea. I had a lot of fun with it :) Grats

1 decade ago in Calling Functions:

Ah! Now that you mention the dev console this sounds familiar. Check this ex…

1 decade ago in Calling Functions:

Hmm... that's kind of weird, paulh. I wouldn't expect it to run without finishi…

1 decade ago in Entity collision with sloped tile: get initial point of collision?:

It seems to work fine no matter where it hits the slope. {http://i.imgur.com/q…

1 decade ago in Entity collision with sloped tile: get initial point of collision?:

I forgot to update the code you are referencing in this post, paulh. I edited t…

1 decade ago in Updating the collision map in game with entity data:

Awesome! Thank you very much :)

1 decade ago in Animation after killing an entity.:

From what I understand (which isn't much...), .kill() is a one way street so th…

1 decade ago in Updating the collision map in game with entity data:

The project I'm working on requires entities (the red triangle in the upper lef…

1 decade ago in best way to store player information for MMO style game:

I'd have to agree with jswart here. I followed this tutorial series to get node…

1 decade ago in calculating the angle of reflection with sloped collision map tiles:

EDIT: It wasn't working for all the different slopes, so I had to make some adj…

1 decade ago in calculating the angle of reflection with sloped collision map tiles:

First, I haven't taken trig in a LONG time, but I was hoping to get some help w…

1 decade ago in help in making a Missile Command Style attack/laser entity:

I'm trying to think of a good way to come up with a laser entity that sort of w…

1 decade ago in Drawing a "laser beam" effect:

Thanks for updating with your solution, Subelsky. I want to do something simila…

1 decade ago in Brutal Collage - Action Defense Game:

I enjoyed it :) Nice job

1 decade ago in Expanding Resident Raver example:

Thanks for your replies guys! Yeah, keep me posted, jswart - I'd love to se…

1 decade ago in Expanding Resident Raver example:

Do you have any suggestions for making the EntityGameStatsManager tied to a Pla…

1 decade ago in Expanding Resident Raver example:

I've been trying my best to get this to work over the last night, but I'm still…

1 decade ago in Expanding Resident Raver example:

Hmm.. thanks for the response, jswart. I'm not sure I like the idea of making a…

1 decade ago in Expanding Resident Raver example:

Actually it seems like it wasn't "really" working as it should have a…

1 decade ago in Expanding Resident Raver example:

Hi, I just read through the "Introducing HTML5 Game Development" …