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 - pimathbrainiac

Pages: 1 ... 123 124 [125]
1861
Axe / Re: Optimization and adding AI
« on: November 06, 2012, 01:37:57 pm »
screenshot (hopefully):


1862
Axe / Re: Optimization and adding AI
« on: November 06, 2012, 01:31:19 pm »
Done with size reduction and screenshots. Waiting to be uploaded on ticalc.
File attached

Also, how do you add a animated gif screenshot from you comp to omnimaga?

1863
Axe / Re: Optimization and adding AI
« on: November 06, 2012, 01:03:09 pm »
No screenshots yet, but I reduced size tremendously! down to 10946 bytes!

1864
Axe / Re: Optimization and adding AI
« on: November 06, 2012, 12:51:56 pm »
I'm going to add a screenshot and update soon

1865
Axe / Re: Optimization and adding AI
« on: November 06, 2012, 11:42:40 am »
sorry... I didn't think it came off as rude... sorry

1866
Axe / Re: Optimization and adding AI
« on: November 06, 2012, 11:37:26 am »
I have a screenshot on the ticalc page...

1867
Axe / Re: Optimization and adding AI
« on: November 05, 2012, 05:29:55 pm »
Just fixed the bug... sorry for the concern

1868
Axe / Re: Optimization and adding AI
« on: November 05, 2012, 03:36:41 pm »
I have new *optimized* code, but it needs a bugfix... you can only move one pawn of each color, and nothing else.

I deleted all the piece selection
And replaced it with this (just pawns so far):
Code: [Select]
If (getKey(54))
For(X,9,16)
If ((({Lƒ+17}+1)=({L+X})) and ({Lƒ+18}={L‚+X}))
{L+X}üZ
{L‚+X}üÁ
sub(B)
Zü{L+X}
Áü{L‚+X}
End
If ((({Lƒ+17}+1)=({L„+X})) and ({Lƒ+18}={L…+X}))
{L„+X}üZ
{L…+X}üÁ
sub(A)
Zü{L„+X}
Áü{L…+X}
End
End
End

1869
The Axe Parser Project / Re: Features Wishlist
« on: October 31, 2012, 09:53:44 am »
How about a larger app max compile size

1870
Axe / Optimization and adding AI
« on: October 30, 2012, 03:26:41 pm »
I am making a chess program in AXE, and I need help with optimization, adding Promotion, and adding AI.

The file:
http://www.ticalc.org/archives/files/fileinfo/449/44910.html

thanks if you can help. I need to optimize first.

Edit: ticalc link no longer valid... will give new ticalc link when updated.
Edit: attatched v1.2 to this post
Edit: Updated screenshot:

Edit: I moved this project to a different location: http://ourl.ca/17408

Pages: 1 ... 123 124 [125]