Author Topic: Transport Chooser - a (currently) simple Lua Program  (Read 7790 times)

0 Members and 1 Guest are viewing this topic.

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
Transport Chooser - a (currently) simple Lua Program
« on: June 30, 2013, 01:27:29 am »
Hi everyone,
I haven't really done much Lua programming in the last 5 months, but I realised on my calculator yesterday there was a program I had been making, most likely in late 2012, fiddling with lines and curves. It is called Transport Chooser atm. I think I was unsure with what to do with it at the time, and also unsure with what to do it now or what I was intending to use it for. Still it is worth sharing, even though it is extremely simple.

Basically Transport allows you to choose different types of tiles/tracks, that are straight lines, curves, intersections and the like. You can currently cycle through the different tracks using the number keys and move the track position, but you can't currently place it.  Most likely would have to create an array for that, and haven't really programmed with arrays yet. That's pretty much it.

Thanks, and I hope to share more new and improved Lua creations soon.

« Last Edit: July 06, 2013, 02:31:10 am by Jonius7 »
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 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: Transport Chooser - a (currently) simple Lua Program
« Reply #1 on: July 04, 2013, 01:31:07 am »
Is it some sort of map editor for games?
Dream of Omnimaga

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Transport Chooser - a (currently) simple Lua Program
« Reply #2 on: July 04, 2013, 05:21:45 am »
Is it some sort of map editor for games?
my guess, so like a tilemap editor only not finished as you can't 'place' the track?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

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: Transport Chooser - a (currently) simple Lua Program
« Reply #3 on: July 06, 2013, 02:29:18 am »
Does it work? There were some glaring errors when I typed it on computer into a .lua file from oclua on calc. I have a new version.

What is does currently is display the different tiles that you can move around the screen, you currently can't place them though.
« Last Edit: July 06, 2013, 02:47:48 am by Jonius7 »
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)