Author Topic: Chips Challenge for TI-Nspire  (Read 60347 times)

0 Members and 1 Guest are viewing this topic.

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: Chips Challenge for TI-Nspire
« Reply #30 on: August 28, 2010, 02:44:57 pm »
epicness! With the Nspire's speed, perhaps some cool little graphical effects could be worked in?
I agree-animated tiles would be awesome!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Chips Challenge for TI-Nspire
« Reply #31 on: August 28, 2010, 03:41:40 pm »
I agree, we need to show the community the true power of the Nspire :P

Offline ExtendeD

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: Chips Challenge for TI-Nspire
« Reply #32 on: August 30, 2010, 08:51:42 am »

I wonder if eventually ExtendeD or someone else will write a text routine for Ndless. Text seems like an essential programming command to me x.x.
Yes, I'm planning to either find more OS syscalls related to text display and widgets, or integrate custom functions in Ndless as libraries.
But this is a low-priority task, any contribution is welcome. With nspire_emu and a good disassembler, this should not be too difficult to some of you.
Ndless.me with the finest TI-Nspire programs

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Chips Challenge for TI-Nspire
« Reply #33 on: August 30, 2010, 02:05:41 pm »
Aah ok I see :). I guess someone could maybe write one. It would be nice if he let the user use his own fonts too and maybe even write a font editor and let him exclude unused fonts if he wants.

Offline bwang

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 634
  • Rating: +30/-11
    • View Profile
Re: Chips Challenge for TI-Nspire
« Reply #34 on: August 30, 2010, 05:39:58 pm »
Do we have vprintf() symbols yet? That would allow us to use the OS libraries to format the string.
The problem with porting existing code is that (1) No standard library usually causes existing code to throw many syntax errors, and (2) We do not have full support for static variables.

Offline apcalc

  • The Game
  • Project Author
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: Chips Challenge for TI-Nspire
« Reply #35 on: August 30, 2010, 09:18:58 pm »
Yeah, porting code by copying and pasting would probably be very hard.

Even when I say I am going to "port" Tile World, I moreso mean that I might copy pieces of code from Tile World (ex, the game engine) and write other parts myself.


Offline Jonius7

  • python! Lua!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1918
  • Rating: +82/-18
  • Still bringing new dimensions to the TI-nspire...
    • View Profile
    • TI Stadium
Re: Chips Challenge for TI-Nspire
« Reply #36 on: September 03, 2010, 02:56:02 am »
It's time to show ti the power of the nspire
Programmed some CASIO Basic in the past
DJ Omnimaga Music Discographist ;)
DJ Omnimaga Discography
My Own Music!
My Released Projects (Updated 2015/05/08)
TI-nspire BASIC
TI-nspire Hold 'em
Health Bar
Scissors Paper Rock
TI-nspire Lua
Numstrat
TI-nspire Hold 'em Lua
Transport Chooser
Secret Project (at v0.08.2 - 2015/05/08)
Spoiler For Extra To-Be-Sorted Clutter:

Spoiler For Relegated Projects:
TI-nspire BASIC
Battle of 16s (stalled) | sTIck RPG (stalled) | Monopoly (stalled) | Cosmic Legions (stalled)
Axe Parser
Doodle God (stalled while I go and learn some Axe)

Offline ExtendeD

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: Chips Challenge for TI-Nspire
« Reply #37 on: September 03, 2010, 07:01:30 am »
(2) We do not have full support for static variables.

This has been implemented in the current development branch of Ndless and will be shipped with the next release.
Ndless.me with the finest TI-Nspire programs

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Chips Challenge for TI-Nspire
« Reply #38 on: September 03, 2010, 07:33:10 am »
Great! Do you think the next one will be soon? Will it be Ndless 1.2 or 2.0?

Offline ExtendeD

  • CoT Emeritus
  • LV8 Addict (Next: 1000)
  • *
  • Posts: 825
  • Rating: +167/-2
    • View Profile
Re: Chips Challenge for TI-Nspire
« Reply #39 on: September 03, 2010, 10:18:31 am »
The scope is not clearly defined yet, but probably not 2.0.
Ndless.me with the finest TI-Nspire programs

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Chips Challenge for TI-Nspire
« Reply #40 on: September 03, 2010, 05:58:02 pm »
Aaah ok I see. Good luck on Ndless!

Offline apcalc

  • The Game
  • Project Author
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1393
  • Rating: +120/-2
  • VGhlIEdhbWUh (Base 64 :))
    • View Profile
Re: Chips Challenge for TI-Nspire
« Reply #41 on: September 18, 2010, 02:05:11 pm »
Here is a little update on this!

I finally got the drawing engine working; here is a little screenshot of it.  Right now, it is only drawing a test map of white and gray squares.  Hopefully, I can get more added soon!



Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Chips Challenge for TI-Nspire
« Reply #42 on: September 18, 2010, 02:45:35 pm »
Cool to see updates. Can't wait to see some graphics in action :)

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Chips Challenge for TI-Nspire
« Reply #43 on: September 18, 2010, 03:44:17 pm »
Wow, great screenie!

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Chips Challenge for TI-Nspire
« Reply #44 on: September 18, 2010, 09:43:51 pm »
Nice!  Good luck getting more done on this. ;D