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

Pages: 1 ... 378 379 [380] 381 382 ... 424
5686
TI-BASIC / Re: [CHALLENGE]Logic and Optimization
« on: November 20, 2010, 01:38:47 pm »
What? It wasn't MY code! :D

:O!!! Sorry!

Now I see, it was mathias code, SORRY!

5687
TI-BASIC / Re: [CHALLENGE]Logic and Optimization
« on: November 20, 2010, 01:35:56 pm »
Code: [Select]
Prompt E,N
If N(E=2
Disp "NRML
If E=2 or N=1
Disp "ALMST NRML
If ((N!=1)E!=2
Disp "WEIRD

I had no idea of this tricks though :P
Ah, well, it didn't work for me... It just displayed all three phrases.

How stupid of me, trust you!


Hhaha, just kidding, but the code makes sense even without trying it LOL

5688
TI-BASIC / Re: [CHALLENGE]Logic and Optimization
« on: November 20, 2010, 01:33:04 pm »
Code: [Select]
Prompt E,N
If N(E=2
Disp "NRML
If E=2 or N=1
Disp "ALMST NRML
If ((N!=1)E!=2
Disp "WEIRD

I had no idea of this tricks though :P

5689
Miscellaneous / Re: Are we Feature Driven?
« on: November 20, 2010, 01:27:59 pm »
If we were feature driven, we would not be Texas Calculators Programmers, that's for sure

5690
TI Z80 / Re: [PROJECT] Racer3D: Replay
« on: November 20, 2010, 01:17:04 pm »
thats  good ldea, causse I really like First-Person stuff.  ;)

:D

Regarding the turbo it may be really hard to make, so it'll be one of the last things to do.

The HighScore system could be easy with the help of the community, since a lot of people make them for their games :D

5691
TI Z80 / Re: [PROJECT] Racer3D: Replay
« on: November 20, 2010, 01:15:17 pm »
nice!  I really like the turbo and first person!
great job.  ;)

The first person could be a Mode, that works for all cars, so if you press the key 'Mode' it goes for first person sprite.

Like that idea?

It would be easy to implement, only need to learn how to change the content of a variable in Axe, since it is quite confusing :s

5692
TI-BASIC / Re: [CHALLENGE]Logic and Optimization
« on: November 20, 2010, 01:13:41 pm »
the rule:  A word ending in "e" plus a suffix starting with a consonent, the final "e" isn't dropped, if the suffix starts with a vowel, it is dropped, unless the root word's "e" is precede by a "c" or a "g" and the suffix starts with an "a" or "o"

Example?

Mode ---> Modable?
Name ---> Namable?

5693
TI-BASIC / Re: [CHALLENGE]Logic and Optimization
« on: November 20, 2010, 01:11:15 pm »
New challenge!
make the smallest program possible with the final "e" rule for english.  (I had to make this yesterday, shows how you can use calcs in english too, XD)
I have 331 bytes with an 8 letter title

bascically, it lets you enter the root word, and the suffix, and combines it for you.  ;)

I'm not getting it either 'e-rule'?

5694
TI Z80 / Re: [PROJECT] Racer3D: Replay
« on: November 20, 2010, 01:09:55 pm »
Stable Version: Racer 3D:Replay

*Choose from 6 different sprites, including one that looks like first-person driving:
*Help and About improved
*Title Screen Interface improved
*Game itself suffered a 30bytes optimization. However, the program is larger because of images

Personally, I'm very proud of it and I think it looks great and since the original game by Quigibo a lot has been made and improved, so I really need some feedback.

This is a stable version, ready to play during classes!

I need to make the following:
*Adding layers to background as time goes by
*Highscore System
*A turbo system that makes the car go really fast when you press the forward key

5695
TI-BASIC / Re: [CHALLENGE]Logic and Optimization
« on: November 20, 2010, 12:52:11 pm »
Code: [Select]
:Prompt E,N
:If E=2 and N=1
:Disp "NRML
:If E != 2 or N!=1
:Then
:If E=2 or N=1
:Then
:Disp "ALMST NRML
:Else
:Disp "WEIRD
80bytes, for the first challenge

5696
Humour and Jokes / Re: If TI Made a PC OS...
« on: November 20, 2010, 12:49:45 pm »
109: Only 10 pictures could be stored in the PC

5697
The Axe Parser Project / Re: Features Wishlist
« on: November 20, 2010, 11:17:10 am »
Nope, no pi. I think Quigibo was thinking of adding it for a different purpose, though (quickly saving as temporary mem).

We can also define pi like:
Code: [Select]
3.14159265358979323846264338327950288419716939937510->P

5698
Art / Re: My Website Calculator Page Icon
« on: November 20, 2010, 11:16:04 am »
here you go

link is [http://farm5.static.flickr.com/4106/5191934792_fecb29efe3_s.jpg] without square brackets of course

edit:also attached to this post, flickr seems to have some trouble...
edit2:you can easily change the colors in paint if you want feel free to use it and distribute it I don't care about credit really...

Thanks, will upload it later to see how it works in the website :)


5699
Web Programming and Design / Re: My Website - My calculator Projects
« on: November 20, 2010, 11:15:24 am »
The rounded corners look easy to do in CSS (already made them, will post them later).

I don't like the effect however, I'll probably make a diagonal stripes background too :)

5700
TI-BASIC / Re: [CHALLENGE]Logic and Optimization
« on: November 20, 2010, 11:13:24 am »
Code: [Select]
:Prompt I,N
:sum({I,N}={2,1→I
:"NRML
:If not(I
:"WEIRD
:If I=1
:"ALMST "+Ans
:Ans

WOW! That is just wow... man, wow.

Winner:Xeda112358

Want a prize? xD

I'll post my 80 bytes code (which I thought was great) here later lol
New challenge : make a base converter from most base possible to most base possible less than 300 bytes (my program got 200 bytes for 36 bases).

Yay, a new challenge! Even though I don't understand completely what to do :s
TI Basic?

Pages: 1 ... 378 379 [380] 381 382 ... 424