It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
Ubivis: Please give a suggestion how far they should be away... I have selected a wider range as the speed of the ball increases quite fast ;)
avatar
keeveek: Nvm, but I found a bug :D If you bounce the ball too much vertically, it will go back to you, or... it will bounce vertically forever :D
already working on some additions:
- Change of direction if the ball goes vertical
- Different Difficult Levels
- Possibility to add superpowers (optional)
Little update on the development of PacMan.

Please say hello to "Purple" :)

BTW.: My very first try to work with SVG Files :)
Attachments:
avatar
Ubivis: Little update on the development of PacMan.

Please say hello to "Purple" :)

BTW.: My very first try to work with SVG Files :)
Hello Purple ! :)


So you have any idea when you're gonna finish it?
avatar
keeveek: Nvm, but I found a bug :D If you bounce the ball too much vertically, it will go back to you, or... it will bounce vertically forever :D
avatar
Ubivis: already working on some additions:
- Change of direction if the ball goes vertical
- Different Difficult Levels
- Possibility to add superpowers (optional)
The ball starts out unreasonably slow, too.
For me, Arcade means "space invaders". More specifically "galaxians". More specifically "space invaders galactica".

But there's already many of these available...
avatar
Licurg: So you have any idea when you're gonna finish it?
Sorry, just started with the images, not yet started with the game itself.
Will take some time, as the AI will be a bit more tricky as for Pong ;)
avatar
Telika: For me, Arcade means "space invaders". More specifically "galaxians". More specifically "space invaders galactica".

But there's already many of these available...
Space Invaders is also on my "wish to do" list... not decided yet, when ;)
Post edited July 11, 2012 by Ubivis
Hello dear sir, once you are a master of this: please consider making toki.

Just kidding ;) I loved that game in the arcades and then i figured out it was on the SNES so i was extatic and then i found out it wasn't available in europe so once again back to the arcades and then the strangest thing happend: there used to be arcades everywhere and all of a sudden poof: no more arcade. It's a real shame...
avatar
Ubivis: Hi all,

Please feel free to suggest additions to the classic edtions, for example: For Pong, I can imagine to see a frogger to cross the playfield and interact with the ball.

I will add new games from time to time ;)
if you could make better looking game and make a giveaway for the person who gets best score(after a day or an hour) that would be nice competition :)
avatar
Ubivis: Hi all,

Please feel free to suggest additions to the classic edtions, for example: For Pong, I can imagine to see a frogger to cross the playfield and interact with the ball.

I will add new games from time to time ;)
avatar
ambient_orange: if you could make better looking game and make a giveaway for the person who gets best score(after a day or an hour) that would be nice competition :)
feel free to contribute images for better looking games :)
avatar
Ubivis: snip
How's Pac-Man coming along? :)
avatar
Ubivis: snip
avatar
Licurg: How's Pac-Man coming along? :)
slow, it is way too hot at the moment. Only be on my computer at work (no time here to work on the games). But hopefully, it will getting a bit colder in a couple of days :)
avatar
keeveek: Nvm, but I found a bug :D If you bounce the ball too much vertically, it will go back to you, or... it will bounce vertically forever :D
I found a bug.

Step 1) Load the page
Step 2) Watch as the ball bounces vertically forever, moving slowly to the right, then slowly to the left, slowly to the right etc. without ever coming remotely close to the paddles.


Maybe add some code in that if the ball doesn't touch either paddle for a while, it gets some extra horizontal movement (or gets reset)?

I'm going to claim that one as a win, by the way.

EDIT: LMAO while I was typing this, the ball decided to move sideways. Switched back to it and I was winning.
Post edited August 20, 2012 by xyem
avatar
keeveek: Nvm, but I found a bug :D If you bounce the ball too much vertically, it will go back to you, or... it will bounce vertically forever :D
avatar
xyem: I found a bug.

Step 1) Load the page
Step 2) Watch as the ball bounces vertically forever, moving slowly to the right, then slowly to the left, slowly to the right etc. without ever coming remotely close to the paddles.


Maybe add some code in that if the ball doesn't touch either paddle for a while, it gets some extra horizontal movement (or gets reset)?

I'm going to claim that one as a win, by the way.

EDIT: LMAO while I was typing this, the ball decided to move sideways. Switched back to it and I was winning.
funny, there is code in there to check the angle of the ball and if the angle is +/- 10 degree to 100% vertically, a new angle has to be calculated... anyway... I can add webGL soon to the games, so it will be updated as soon webGL is implemented ;)
avatar
Ubivis: funny, there is code in there to check the angle of the ball and if the angle is +/- 10 degree to 100% vertically, a new angle has to be calculated..
That might explain it. it was going vertical, then it would start drifting to one side, then drifting to the other. So the angle (from vertical) was going something like:

0, 5, -5, 5, -5.. I guess at some point it just went "Screw this"... 136.. and "I" scored.
avatar
Ubivis: snip
How's Pac-Man coming along?