playMaker

Author Topic: [source files] Pong! Challenge  (Read 4687 times)

sebaslive

  • Hero Member
  • *****
  • Posts: 572
    • Frame Tale Studios
[source files] Pong! Challenge
« on: October 23, 2013, 04:34:39 PM »
There is a book titled Challenges for game designers. In this book it states that if you think you know game design then try to create PONG...

I thought this was an interesting idea and something to learn from to explore how traditional games were made. Here is the source file for it.

What I learned... (what you may learn)

Ai! - This has a psuedo ball that it is being tracked by the Ai, that was pretty cool when I read about how to create the Ai.

Ball Control - This uses a lot of playmakers 3D breakout and how it controls the angle and speed of the ball. Something to play with.

Difficulty - Combination of velocity and speed to get something right for the player. (this is easy to configure in the package).

Any input would be great and I hope this helps anyone that is interested.

Edit: Edit: Pong File in attachment.

Contains two custom Actions. MoveTowardsIgnoreX and TranslatePerSecond
« Last Edit: October 26, 2013, 02:49:06 AM by sebaslive »
All my VR games use Steam VR Playmaker Toolkit: http://u3d.as/u20
And Oculus Touch Playmaker Toolkit: http://u3d.as/QT5


Follow me @sebasRez

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: [source files] Pong! Challenge
« Reply #1 on: October 24, 2013, 01:30:28 AM »
Hi,

 Can you double check your zip, it seems to be a broken unitypackage.

bye,

 Jean

sebaslive

  • Hero Member
  • *****
  • Posts: 572
    • Frame Tale Studios
Re: [source files] Pong! Challenge
« Reply #2 on: October 24, 2013, 02:55:42 PM »
Thanks Jean, fixed the link and checked it.
All my VR games use Steam VR Playmaker Toolkit: http://u3d.as/u20
And Oculus Touch Playmaker Toolkit: http://u3d.as/QT5


Follow me @sebasRez

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: [source files] Pong! Challenge
« Reply #3 on: October 26, 2013, 02:35:05 AM »
Hi,

Sorry, I had to remove the link:

Please, don't include the PlayMaker folder, you are not allowed to distribute PlayMaker, simply distribute your pong assets, and the custom actions required if any. If you are using other assets from the asset store, make reference of them so user download them from the asset store directly.

bye,

 Jean

sebaslive

  • Hero Member
  • *****
  • Posts: 572
    • Frame Tale Studios
Re: [source files] Pong! Challenge
« Reply #4 on: October 26, 2013, 02:39:38 AM »
Apologies Jean, I thought I just had to remove the .dll file when sharing playmaker files.
All my VR games use Steam VR Playmaker Toolkit: http://u3d.as/u20
And Oculus Touch Playmaker Toolkit: http://u3d.as/QT5


Follow me @sebasRez

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: [source files] Pong! Challenge
« Reply #5 on: October 26, 2013, 08:33:37 AM »
Hi,

 no worries :)

Bye