Jump to content

Moi aussi je programme mais pas sur android


Valounours

Recommended Posts

Comme son nom l'indique : "Moi aussi je programme mais pas sur android "

Moi je programme sur une calculette ( TI-82 stats.fr ) pendant mes temps libre.

Voila si ca intéresse qqn de tester mes programmes. Je suis entièrement ouvert pour les distribuer sur le forum.

Pour le moment ( a cause d'un bug ) je n'est que :

_Une horloge :

Le code :

:Effecr

:Input "HEURE:",H

:Input "MINUTES:",M

:0->S

:0->N

:Effecr

:Goto 1

:Lbl 1

:If N=5:Goto 5

:If H=24:Goto2

:If M≥60:Goto 3

:If S=60:Goto4

:S+1->S

:Output(2,4,"L'HORLOGE

:69!

:Output(3,4,"+--------+

:69!

:Output(4,4,"I

:69!

:Ouput(4,5,H

:69!

:Output(4,7,":

:69!

:Output(4,8,M

:69!

:Output(4,10,":

:69!

:Output(4,11,S

:69!

:Output(5,4,"+--------+

:69!

:Output(6,4,"PAR VALOU

:69!

:Goto 1

:Lbl 2

:0->H

:Goto 1

:Lbl 3

:0->M

:H+1->H

:N+1->N

:Goto 1

:Lbl 4

:0->S

:M+1->M

:Goto 1

:Lbl 5

:Effecr

:Output(1,1,"MODE SECURITER

:Stop

NB : Si actif trop longtemps : tue les piles

PS: Le mode sécurité senclenche au bout de 5H pour changer le temps -> Changer le chiffre de la 1er ligne apres : Lbl 1

_Un RPG :

Pokemon version ti

http://www.youtube.com/watch?v=e1vPPQ3UC1g&feature=youtube_gdata_player

CA VOUS PLAIT ??

II- AVANCEMENT DU PROJET :

Scénario : 100%

Maps : 0.1%

Programme ecrit : 0%

III-LES SCOOPS :

06/02/11 : Je commence a ecrire le programme

IV-MES DEMANDES

Si qqn est chaud pour faire un site parlant de ce RPG, ca me derange pas car je nest pas acces a un ordi

VOILÀ

Edited by valounours
Link to comment
Share on other sites

CODE DU RPG :

NOM : MOD

: Effecr

: Menu("MOINE OF DOWN","JOUER",3,"CRÉDITS",2,"QUITTER",1

: Lbl 1

: Stop

: Lbl 2

: Output(1,1,"V0.1 PAR VALOU

: PrgmMOD

: Lbl 3

: 2->X

: 6->Y

: Goto 4

: Lbl 4

: Effecr

: Output(Y,X,"O

: Lbl 5

: Output(1,1,"XXXXX^^^^^XXXX

: Output(2,1,"+--+X

: Output(3,1,"I++IX

: Output(4,1,"I++IX

: Output(5,1,"+^^+X

: Output(6,1,"X

: Output(7,1,"X

: Output(8,1,XXXXXXXXXXXXXX

: Output(2,11,"I//I

: Output(3,11,"I//I

: Output(4,11,"I//I

: Output(5,11,"I//I

: Output(6,11,"I//I

: Output(7,11,"I//I

: CodeTouche->A

La suite plus tard

[06/02/11] : Debut de lecriture

Pour info la semaine je viens pas sur FRandroid mais je bosse sur le programme donc pas de soucis ;)

Edited by valounours
Link to comment
Share on other sites

Petit cours de programmation :

I-FAIRE VOTRE PREMIER PROGRAMME :

1°) Allumez la calculette ( Bouton on pour les boulets )

2°) Appuyez sur le bouton PRGM

3°) Puis sur la fleche de gauche, puis sur entrer

4°) Donnez un nom a votre programme

5°) Voici comment faire apparaitre votre pseudo a l'ecran, entrer le code suivant ( Remplacer [pseudo] par votre pseudo :

:EffEcr

:Output(1,1,"[pseudo]

:Output(2,1,"est le plus fort

:Output(3,1,"sur le forum

:Pause

:Output(8,1,"Merci a Valou

:Pause

Voila votre 1er programme :D

Link to comment
Share on other sites

Moi [color=red]jsuis[/color] pas encore en vacs : 26 fevrier ><'

Donc je bosse a plein temps sur le RPG ( qui prendre deja 3419 de ma memoire :D )

Jvais continuer les cours dans le week end ! Si vous avez une idée de programme pas trop compliquer et longue dite moi je prends volontier

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...