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

Pages: 1 ... 18 19 [20] 21 22 ... 25
286
TI-Nspire / Re: [Lua] Mancala
« on: January 12, 2012, 07:36:02 pm »
blah = {}
blah[1] = 1234

That code with work. I use it in my Hangman program.

I would try just removing the on.create function and just initializing all the variables in front of the rest of the program. I don't know if it'll work, but it doesn't hurt to try.

287
TI-Nspire / Re: [Lua] Mancala
« on: January 11, 2012, 10:23:37 pm »
I always have problems with on.create(). I never use it, but I think it's just my fault.

288
TI-Nspire / [Lua] Base Converter
« on: January 11, 2012, 05:29:47 pm »
I wrote a base converter in Lua. I realize that there is already some basic support for base conversion and a basic program. This allows you to type in letters and convert to bases other than 2, 10, and 16. I might add fractions, but I don't really know how to do that.

Controls:
Type in letters/numbers
Enter to go to next value
Tab to reset
Backspace to backspace...

289
Art / Re: my best pxl work yet!
« on: January 11, 2012, 04:39:24 pm »
Yup! Pretty nice progress!

290
TI Z80 / Re: TinyCraft [Axe]
« on: January 10, 2012, 10:25:46 pm »
Getting pretty nice guys!

291
News / Re: Ndless 3.1 coming soon?
« on: January 10, 2012, 09:11:50 pm »
Woah, nice calc  :)

If it's coming out by the end of the month, that's freakin amazing. Is that the first surprise?

292
Lua / Re: Checkers Lua
« on: January 10, 2012, 05:05:01 pm »
Wow. Very helpful! Thanks guys!

I'll try implementing pause, but not highest priority.

293
Art / Re: my best pxl work yet!
« on: January 09, 2012, 10:03:47 pm »
Well, I guess that morphs into a cylinder at one point, but it's pretty good! All your sprites are in fact very nice!

294
Lua / Re: Checkers Lua
« on: January 09, 2012, 09:43:17 pm »
Here's a little update for Checkers. I have implemented all, if not most, of adriweb's optimizations. In addition, mouse support and the chance for white to go first have been added. Oh yeah and color of kinging changed for visibility!

Enjoy! :) Might upload to Ticalc soon.

Pause still not added :(

295
TI-Nspire / Re: [Lua] Mancala
« on: January 09, 2012, 08:56:33 pm »
Take a poll on taking a poll.  ;D I think just keeping the rules should be fine.

296
TI-Nspire / Re: [Lua] Mancala
« on: January 09, 2012, 08:11:07 pm »
I've personally never played with rule 5, but if that's official, then that'd probably be a good idea. I think rule 6 is probably good.

297
News / Re: Ndless 3.1 coming soon?
« on: January 09, 2012, 07:48:04 pm »
Very excited! Wants!  :D Comment by ExtendeD is so cryptic... I remember how seeing the screenshots of Ndless 3 GBC emu encouraged me to take on calculator programming for the Nspire. ExtendeD and calc84maniac are basically the reason I joined omnimaga.  :)

8 surprises? Very interesting...

298
Lua / Re: Checkers Lua
« on: January 09, 2012, 07:25:10 pm »
Thanks guys! Hey adriweb! I was looking through your optimized version and I found statements like

Code: [Select]
turn = (turns[2] == 1 and math.random() < .5) and "o" or "x"and
Code: [Select]
color = side == "x" and "Black" or "White"
Could you explain how that works?

299
TI Z80 / Re: Checkers (Grammer)
« on: January 09, 2012, 04:58:34 pm »
It's already been made by Karl Noss. It's on Ti calc, but the release isn't that great  :P Maybe I should try making one! It'll be pretty easy hopefully.

300
News / Re: The TI-Nspire ViewScreen panel is a true TI-Nspire CAS+ !!!
« on: January 08, 2012, 10:24:22 am »
Pretty Cool. And It's a CAS+!  :o

Pages: 1 ... 18 19 [20] 21 22 ... 25