Page 1 of 1

Made a primitive verson of Pong as an Homework assignment, here is the link.

PostPosted: Thu Apr 24, 2014 11:07 pm
by d_sel1
Maybe I put this in the wrong forum.

As an homework assignment, I had to make a primitive version of Pong. Might as well share it and if you can give any feedback, thanks!

http://www.codeskulptor.org/#user30_pMPfnlGN3bIgJiU.py

controls

small play button starts the game
reset button- resets it.

w- left paddle up
s- left paddle down
up arrow- right paddle up
down arrow- right paddle down

I will be debugging it in couple of days, the assignment is due Saturday night. Any comments will be appreciated. Remember this is supposed to be a very primitive version. E.g., the paddles are not supposed to move left to right. Also, hitting the ball by the corners of the paddles are supposed be iffy too.

Re: Made a primitive verson of Pong as an Homework assignment, here is the link.

PostPosted: Sun Apr 27, 2014 4:35 am
by Shadowman
The irony is, that's actually more advanced than Pong. But then, you can't get more primitive than Pong.