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

Pages: 1 ... 6 7 [8] 9 10 ... 29
106
TI-Nspire / Re: [lua] Adventure- A Medieval Platformer
« on: August 30, 2014, 10:04:04 am »
Awesome! I'll test to see if it works under OS 3.1 :)

EDIT: Kinda slowish on that OS although I guess I can live with it. What are the controls by the way? It might be a good idea to put them in the first post. I also recall an option to disable the background, right?

Ahh yes thankyou! It will run slowly on OS 3.1 with background enabled. Controls can be viewed by pressing the help button while on the home screen (but I forgot to mention that tab toggles background). It should run well on OS 3.1 if you turn the background off. I'll add that to the help screen, and also I'll put the controls on the first post.

107
Most (fake) things are cheaper, not the same price.

Unless the original product is generally cheap, and the fake is incredibly epic.
I don't know about you, but I'd gladly pay a few dollars for a solid gold golfish cracker, but if it were the real thing, no way!

108
TI-Nspire / Re: [Lua] Hill Climb Racing
« on: August 29, 2014, 02:20:47 pm »
Nice work!
I think the cars should definitely have higher acceleration though, because i keep getting stuck, and its impossible to make any good jumps.

109
TI-Nspire / Re: [lua] Adventure- A Medieval Platformer
« on: August 29, 2014, 11:46:22 am »
The first level is released as a beta version!
See the original post!

110
Community Contests / Re: Code Golf Contest #7
« on: August 28, 2014, 08:36:08 am »
Hum, no, I was rather thinking like being able to do :
Code: [Select]
if a>b c=3;a=b>3?4:5 etc. which would then translate into lua :
Code: [Select]
if a>b then c=3 end a=b>3 and 4 or 5But meh, I don't really have much time right now :p

Ah, that would definitely be useful. Let me know if you make any progress on it.

111
Community Contests / Re: Code Golf Contest #7
« on: August 28, 2014, 07:58:43 am »
Lately, I've thought o fmakinga Lua "preprocessor" thingy/language that would feature much shorter things but in the end it would be run as Lua.
It might be called GolfLua, who knows (any idea ? :P)

Set up as a library like BetterLuaAPI but designed for golf? That would be really cool, I might do something similar.

112
Community Contests / Re: Code Golf Contest #7
« on: August 26, 2014, 07:04:02 am »
162 NSpire Lua, but still working on it

113
TI-Nspire / Re: [lua] Adventure- A Medieval Platformer
« on: August 23, 2014, 10:33:03 pm »
I added ice!


Anyways, the game is basically functional, so once I finish designing a few solid levels, I'll release a beta version for testing.

114
TI-Nspire / Re: [lua] Adventure- A Medieval Platformer
« on: August 13, 2014, 02:02:49 pm »
Good job, nice graphics as usual :D
Thanks, I spent a lot of time on the characters!

This is coming along very nicely and it looks very nice too. My suggestion would be to setup Nspire Student Software so that it emulates the calculator at 1x screen size rather than 1.5x or 2x. It would make more realistic and nice screenshots. :P

How's this? :P



115
TI Z80 / Re: Snake - ClrDraw
« on: August 13, 2014, 09:32:56 am »
Looks pretty nice so far. I liked Soru's web version with extra challenges adding themselves as you score points so a calc port would definitively be nice.

Maybe you haven't seen: http://www.omnimaga.org/ti-nspire-projects/%28lua%29-snake/msg390786/#msg390786 ?

116
TI-Nspire / Re: [lua] Adventure- A Medieval Platformer
« on: August 12, 2014, 03:36:29 pm »
I implemented the parallax background.
Unfortunately, it causes some lag on OS<3.6, so I have the option to turn it on and off.

Also, wizards:

117
Community Contests / Re: Code Golf Contest #4
« on: August 11, 2014, 10:14:03 am »
I got 93 by doing it char by char ^^
Not sure if I am after deadline though...

How? O.O

118
Community Contests / Re: Code Golf Contest #4
« on: August 10, 2014, 07:20:10 pm »
But you do it char by char so it's not the same :P

Anyway, your way, I got a bit more than you so I won't submit it ^^

Also, made one in C that's 143 chars + length of input string.

You should either submit it, or show me, because I'm curious to see what you did ^^

119
Community Contests / Re: Code Golf Contest #4
« on: August 10, 2014, 04:25:38 pm »
got a 113 chars in Lua ^^

I got 105 ^^

120
Community Contests / Re: Code Golf Contest #4
« on: August 10, 2014, 02:17:14 pm »
Jens_K has finally submitted, bringing the score on Nspire Lua from 122 to 115! Can LDStudios do any better?
I'm down to 118 bytes.. we'll see

Pages: 1 ... 6 7 [8] 9 10 ... 29