Archive for June, 2007

AI Reversi

Well, I’m starting up another project. This time it is going to be Reversi with and AI. I’ve already got the entire interface and design coded, so the only thing left to do is to create the engine and the AI. (Also happens to be the most time consuming part). Anyways, this project should be nearing completion in about a month. I’m going to try to make it the most difficult AI ever created for the TI-83/84 series! Oh, and it will be coded in pure BASIC :P

Add comment June 13, 2007

Digit extracting routine

Here’s a little routine that will extract digits out of a number in Ans, including the decimal and the whole number part.

seq(int(E2fPart(Ans)/10^(2X))),X,-3,4

When this code runs, it will output the digits extracted from Ans in list form.

Add comment June 8, 2007


View

Links

Archives

Account