Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nikitouzz

Pages: 1 2 [3] 4 5 ... 16
31
TI Z80 / Re: GLIB a graphics axe 3d librairy
« on: January 02, 2014, 10:51:45 am »
And dithering and lightning with texture ?

32
Other Calculators / Re: [AXE] Little contest :D
« on: January 02, 2014, 05:35:39 am »
Then the machine you code is false :p if the coordinate arrive to 65565, the sprite make 63 with your calculs :p

33
Other Calculators / Re: [AXE] Little contest :D
« on: January 01, 2014, 06:43:59 pm »
Ok so i'm at 325 with the bug correction.....

I resume :
1) Runer112 !
2)Themachine02
3)nikitouzz

For this 3 participant can you share you re source code to verifie it  ! ;)

My code :

Code: [Select]
:.A
:While 1
: For(64)r
: If Pxl-Test(→r1,0,[AA55AA55AA55AA55])
: Pxl-On(r1 and 7A(),r1/2/2/2+B and 63)
: End
: r1+1
:End
:getKey(1)-getKey(4)+B→B
:getKey(3)-getKey(2)A()→A
:DispGraphClrDraw
:EndIf getKey(15)
: Lbl A
:+A+96
:While →C≥96
: C-96
:End
:C

34
Other Calculators / Re: [AXE] Little contest :D
« on: December 30, 2013, 05:23:45 pm »
I have already a little bug... but i want beat you :p

35
Other Calculators / Re: [AXE] Little contest :D
« on: December 30, 2013, 03:41:43 pm »
I have 318 with a little bug.... but as i have say, the "contest" will finish wensday !

36
Other Calculators / Re: [AXE] Little contest :D
« on: December 30, 2013, 10:52:37 am »
241 with axe fusion :p but no isn't alloweb you compile in noshell !

37
Other Calculators / Re: [AXE] Little contest :D
« on: December 28, 2013, 05:59:40 pm »
Hhéhé i wait, i wait :p

But seriously, themachine's code is better than me (he dont show all the code by partialy) i can optimise his code who make 324B !

38
Other Calculators / Re: [AXE] Little contest :D
« on: December 28, 2013, 02:13:37 pm »
hahaha XD the winner post his source yes ! ;) btu the contest finished wensday ! ;)

39
Other Calculators / Re: [AXE] Little contest :D
« on: December 28, 2013, 02:12:05 pm »
XD and i think that i cam make lower than 324 Byte :p

40
Other Calculators / Re: [AXE] Little contest :D
« on: December 28, 2013, 01:32:05 pm »
:p
for the moment i have 324 Byte and the mchine have same thing off me :)

41
Other Calculators / Re: [AXE] Little contest :D
« on: December 28, 2013, 01:24:23 pm »
I have 327 now !!!!! :p

42
Other Calculators / Re: [AXE] Little contest :D
« on: December 28, 2013, 12:45:35 pm »
330 Byte !!!!!!!!!!!!!!!!!!!!! hahah themachine :p

Noted that i have never "^" token in my programme :p

43
Other Calculators / Re: [AXE] Little contest :D
« on: December 28, 2013, 08:18:53 am »
I'am at 334Byte for the moment !!!!! :)

44
Other Calculators / Re: [AXE] Little contest :D
« on: December 27, 2013, 11:06:24 am »
Oh sorry this is with matref and hayleia i correct ! :)

45
Other Calculators / [AXE] Little contest :D
« on: December 27, 2013, 11:02:15 am »
Hey guys, i propose a little contest that i've started with matref and hayleia in axe !

rules :
-make on programme who represent a sprite 8x8 who scrool smoothly with the keys 1/2/3/4 (axe keys)
-the programme need to be the more smaller on size !
-WARNING : ASM() IS BANNED YOU CAN't USE THIS COMMAND
-the programme need to be in axe pur.
-the sprite need stocked as this : [XXXXXXXXXXXXXXXX]→PIC0

EXAMPLES :

i've make the programme and i have 336Byte ;) try to make better !  EDIT : For the moment I have 324Byte !!! ;) ;) ;)



Good luck ! ;)






So the Winner his (before verification...)
1)RUNER112 !!!

code :

Code: [Select]
.S

ᴇ847A→°SX
ᴇ8481→°SY

FnOff

While 1
DispGraphClrDraw
(Select((getKey(3)+SX+1-getKey(2)??96)-97,PutSprite())?+96)PutSprite()
getKey(1)-getKey(4)+SY→SY
EndIf getKey(15)

Lbl PutSprite
→SX
64
While 1
If pxl-Test(-1→r₁, and 0,[AA55AA55AA55AA55])
Pxl-On(r₁ and 7+SX,r₁*32/256+SY and 63)
End
End!If r₁
Return

2)nikitouzz !!!

code :

Code: [Select]
:.A
:While 1
: For(64)r
: If Pxl-Test(→r1,0,[AA55AA55AA55AA55])
: Pxl-On(r1 and 7A(),r1/2/2/2+B and 63)
: End
: r1+1
:End
:getKey(1)-getKey(4)+B→B
:getKey(3)-getKey(2)A()→A
:DispGraphClrDraw
:EndIf getKey(15)
: Lbl A
:+A+96
:While →C≥96
: C-96
:End
:C
3)themachine02 !!!

code :

Code: [Select]
[AA55AA55AA55AA55]→pic0

While 1

    For(8)^r
      →r1
      pic0
         For(8)^r
            If {→r2}er1
               pxl-on(r1+X^96,Y+r2 and 63)
            End
            r2+1
         End
      r1+1
     End

getKey(1)-getKey(4)+Y→Y
getKey(3)-getKey(2)+X→X

DispGraphClrDraw
EndIf getKey(15)


Themachine make 324 and me 325 but themachine code bug when X arrive to 65535 !

Pages: 1 2 [3] 4 5 ... 16