Dernière mise à jour : le 26/02/2013 à 12h03.

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'a.sener'@'172.20.245.56' (using password: YES) in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 7

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 8

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 12

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 13

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 17

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 27

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 30

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 31
Il y a actuellement visiteurs connectés !

banniere

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'a.sener'@'172.20.245.56' (using password: YES) in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 63

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 64

Ti - Pong

Voici une adaptation du jeu PONG en version 2 joueurs simultanés sur calculatrice.
Les commandes de jeu sont les suivantes :

Nom : PONG2
Version : 1.0
Taille : 437 octets
Développeur : Hakan Sener
Date de création : 18/01/2012
Langage de programmation : Ti-Basic
Plateformes : Ti 82/83/84
Captures d'écran :

Capture d'écran de pong2

Capture d'écran de pong2

Capture d'écran de pong2

Telechargement : PONG2.8xp

Nombre de téléchargements :
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 81

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 83
0.
Dernier téléchargement :
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 81

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /mnt/113/sdb/d/b/a.sener/en_tete.php on line 83
0


Code source : Pong.8xp

:iPart(rand2B
:iPart(rand2D
:If B=0:1Z
:If B=1:1Z
:If D=0:1O
:If D=1:1O
:4A
:4C
:8X
:4Y
:Lbl 0
:ClrHome
:Output(A,1,"!
:Output(A+1,1,"!
:Output(C,16,"I
:Output(C+1,16,"I
:Output(Y,X,"O
:getKey→K
:If K=105:Then
:	Output(1,7,"PAUSE")
:	Output(7,2,"HTTP://A.SENER"
:	Output(8,4,".FREE.FR/")
:	Pause 
:End
:If K=25 and C-10:C-1C
:If K=21 and A-10:A-1A
:If K=41 and A+29:A+1A
:If K=34 and C+29:C+1C
:X+ZX
:Y+OY
:If X=1:Goto 1
:If X=16:Goto 2
:If Y=1:1O
:If Y=8:1O
:If X=2 and A=Y or X=2 and A+1=Y
:	1Z
:If X=15 and C=Y or X=15 and C+1=Y:1Z
:Goto 0
:ClrHome
:Lbl 1
:Output(4,4,"WINNER -->"
:Goto Q
:Lbl 2
:Output(4,4,"<-- WINNER")
:Lbl Q
:Pause 
:ClrHome
:Output(1,1,"
:Stop