New HP39gII programs (snake, minesweeper, ...)
#1

Download these all new exclusive programs for HP39gII :

http://www.calc-bank.com/index.php?mod=news&ac=commentaires&id=1844

#2

If you ever wanted to know why people need graphic calcs ...

d:-/

#3

A very snide comment!

#4

:D
I wrote a new version of Snake with hi-score management.
Mic, could you publish this version on your web site ?

My record is 2465 in "very easy" mode...

One interesting thing in this program is the way I use to get the same speed with the real calc and with the emulator.

The idea is to use the Ticks command :

  n:=Ticks;
WHILE (Ticks-n)<(Vitesse-Niveau) DO
// Gauche
IF ISKEYDOWN(14)THEN dX:=-5; dY:=0; END;
// Droite
IF ISKEYDOWN(10)THEN dX:=5; dY:=0; END;
// Haut
IF ISKEYDOWN(9) THEN dX:=0; dY:=-5; END;
// Bas
IF ISKEYDOWN(15)THEN dX:=0; dY:=5; END;
END;

Unfortunatly I was unable to use the DIMGROB command which seems buggy. It's pity beacause all my "sprites" are ready ;)


Edited: 23 Feb 2013, 9:16 a.m.

#5

done

#6

I agree with you, bluesun08.

#7

Thanks mic!

#8

Thanks.

#9

I find it spot on.



Possibly Related Threads…
Thread Author Replies Views Last Post
  MINESWEEPER for the HP PRIME Tony Gallo 15 5,798 12-11-2013, 02:56 AM
Last Post: Tony Gallo
  HP39gii Richard Berler 1 1,318 10-23-2013, 12:10 AM
Last Post: WALTER B
  Matrices on HP39gii (Cautionary Tale) Eddie W. Shore 2 1,314 03-23-2013, 07:54 PM
Last Post: Gilles Carpentier
  Square Root Simplifier for HP39gII Mic 4 1,939 03-11-2013, 08:25 AM
Last Post: Eddie W. Shore
  Tangent's equation program for HP39gII Mic 22 5,715 03-01-2013, 11:14 AM
Last Post: Tim Wessman
  Free HP39gII online note editor Mic 0 933 02-25-2013, 05:48 AM
Last Post: Mic
  Snake for HP39GII Gilles Carpentier 4 1,651 01-25-2013, 12:57 PM
Last Post: Gilles Carpentier
  Arithmetic programs for HP39gII Mic 0 960 12-19-2012, 12:23 PM
Last Post: Mic
  Christmas tree simulator on HP39gII Mic 0 947 12-08-2012, 07:19 AM
Last Post: Mic
  The first periodic table of elements for HP39gII Mic 0 898 11-08-2012, 06:55 AM
Last Post: Mic

Forum Jump: