Author Topic: First non-TI-BASIC game on TI-Nspire OS 3.0  (Read 26906 times)

0 Members and 1 Guest are viewing this topic.

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: First non-TI-BASIC game on TI-Nspire OS 3.0
« Reply #30 on: April 13, 2011, 05:49:13 pm »
This is amazing. I am starting to learn Lua now. If I can get the hang of It hopefully I will be able to start writing programs(games) for my Nspire.
I second DJ's idea of a having a good tutorial for how to do this. It sounds a little cryptic to me write now.
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline XVicarious

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +45/-28
  • I F**king Love Twisty Puzzles
    • View Profile
    • XVicarious
Re: First non-TI-BASIC game on TI-Nspire OS 3.0
« Reply #31 on: April 13, 2011, 06:44:43 pm »
Hey guys, wait an hour or so, I'm about to release a program that takes a Lua script and converts it to a TNS document.

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: First non-TI-BASIC game on TI-Nspire OS 3.0
« Reply #32 on: April 13, 2011, 06:46:41 pm »
Is there any special way we need to write the Lua programs? Is there an API or something for the available libraries?
I'm starting on learning Lua so hopefully soon I can release something interesting
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: First non-TI-BASIC game on TI-Nspire OS 3.0
« Reply #33 on: April 13, 2011, 06:48:20 pm »
Hey guys, wait an hour or so, I'm about to release a program that takes a Lua script and converts it to a TNS document.

Lol, I was starting to make a shell program to do that :)

What language do you plan on using ?
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline XVicarious

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +45/-28
  • I F**king Love Twisty Puzzles
    • View Profile
    • XVicarious
Re: First non-TI-BASIC game on TI-Nspire OS 3.0
« Reply #34 on: April 13, 2011, 06:50:51 pm »
Visual Basic. I'll be uploading in less than 10 mins (hopefully)

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: First non-TI-BASIC game on TI-Nspire OS 3.0
« Reply #35 on: April 13, 2011, 07:06:23 pm »
Visual Basic. I'll be uploading in less than 10 mins (hopefully)

Source Code included ?
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: First non-TI-BASIC game on TI-Nspire OS 3.0
« Reply #36 on: April 13, 2011, 07:22:14 pm »
Nice Jkag. You should post it in the downloads section of the site when ready, but make sure it's a zip file and that required dependencies are mentionned.

I think I'll add a Lua sub-forum in the calc help section later.

By the way bienvenue sur le forum Adriweb!
« Last Edit: April 13, 2011, 07:22:34 pm by DJ_O »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: First non-TI-BASIC game on TI-Nspire OS 3.0
« Reply #37 on: April 13, 2011, 07:41:40 pm »
Merci :)

Ok so, my shell script  is pretty much written but for some unknown reason yet, I don't seem to get a proper zipper version when compressing Problem1.xml....

Is there any specific arguments to the "7za" command ?

EDIT : nevermind, it was a mistake on my side .... I didn't escape the chars in the lua script ... ;)

OK, I'll post my shell script LUAtoTNS tomorrow as it's 2 am for me right now :P
« Last Edit: April 13, 2011, 07:54:17 pm by adriweb »
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline XVicarious

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +45/-28
  • I F**king Love Twisty Puzzles
    • View Profile
    • XVicarious
Re: First non-TI-BASIC game on TI-Nspire OS 3.0
« Reply #38 on: April 13, 2011, 07:46:28 pm »
Okay... Just doing one more thing and I'mma upload it.

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: First non-TI-BASIC game on TI-Nspire OS 3.0
« Reply #39 on: April 13, 2011, 07:55:02 pm »
Btw, my shell script is finished and is working in Mac OS and Linux and other bash shell, probably

(PS : see my previous' post edit)
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: First non-TI-BASIC game on TI-Nspire OS 3.0
« Reply #40 on: April 13, 2011, 07:57:12 pm »
will there be a windows version?
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline XVicarious

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +45/-28
  • I F**king Love Twisty Puzzles
    • View Profile
    • XVicarious
Re: First non-TI-BASIC game on TI-Nspire OS 3.0
« Reply #41 on: April 13, 2011, 07:59:09 pm »
ruler, my version is Windows.

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: First non-TI-BASIC game on TI-Nspire OS 3.0
« Reply #42 on: April 13, 2011, 08:01:28 pm »
OK when is release?
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline XVicarious

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 485
  • Rating: +45/-28
  • I F**king Love Twisty Puzzles
    • View Profile
    • XVicarious
Re: First non-TI-BASIC game on TI-Nspire OS 3.0
« Reply #43 on: April 13, 2011, 08:06:28 pm »
Fixing something right now... I guess the format is wrong or something... Looking into it...

Offline GB

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 147
  • Rating: +15/-3
  • Use Microhard WindOS today!
    • View Profile
    • MICROHARD CORPORATION
Re: First non-TI-BASIC game on TI-Nspire OS 3.0
« Reply #44 on: April 13, 2011, 08:15:07 pm »
I wonder if TI makes these changes to the TI-Nspire just to keep us busy...
TI-86 USER
CASIO PRIZM USER
TI-NSPIRE USER
TI-84 PLUS SILVER EDITION USER
TI-83 PLUS USER

PROJECTS:

Microhard Paint
http://www.omnimaga.org/index.php?topic=11915.0

TI-Nspire Character Map
http://www.omnimaga.org/index.php?topic=7725.msg142555#msg142555