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

Pages: 1 ... 76 77 [78] 79 80 ... 98
1156
Axe / Shifting Order
« on: April 11, 2010, 08:48:23 pm »
Say that 7 players have a number (1-7).
Say there is a list that is populated with these numbers (1-7).
The concept here is to establish some sort of order here.

i.e. When Player 1 moves, he moves to the bottom of the list and works his way up the list. Every other player follows suit.

EDIT: The list looks like this.

Code: [Select]
1
2
3
4
5
6
7

*Player 1 ends his turn

The list should look like this.

Code: [Select]
2
3
4
5
6
7
1

1157
The Axe Parser Project / Re: Axe Parser
« on: April 11, 2010, 07:33:28 pm »
None of that worked, SirCmpwn. :(

Remember, I am trying to make the calc display RAWR.

EDIT: ninja'd.

1158
The Axe Parser Project / Re: Axe Parser
« on: April 11, 2010, 06:44:49 pm »
If this is true, how would you read and write data from programs in Axe?

1159
Miscellaneous / Re: Phantom Sanctuary
« on: April 11, 2010, 06:34:27 pm »
Agreed.

I think I will release a very large Chapter 3 and re-up Chapter 2 as one large file.

1160
The Axe Parser Project / Re: Axe Parser
« on: April 11, 2010, 06:30:46 pm »
I keep failing at this...

Okay, so I have:

Code: (prgmA) [Select]
:"RAWR
Code: (prgmB) [Select]
:"prgmA"->Str1
:Disp {Str1}>Frac

Why is this not working?

1161
Miscellaneous / Re: Phantom Sanctuary
« on: April 11, 2010, 06:16:46 pm »
I actually don't like this Chapter...

It seems so... ugh.

1162
The Axe Parser Project / Re: Axe Parser
« on: April 11, 2010, 02:42:11 pm »
QUESTION: What can you do with the accessing of programs in Axe?

1163
Introduce Yourself! / Re: Helloooo out there!
« on: April 11, 2010, 01:47:44 pm »
Oh.
My mistake.

What DJ said.

1164
The Axe Parser Project / Re: Features Wishlist
« on: April 11, 2010, 01:40:52 pm »
Of course.

1165
The Axe Parser Project / Re: Features Wishlist
« on: April 11, 2010, 12:56:38 pm »
Yeah, multiplication can really destroy the speed of a program.

1166
The Axe Parser Project / Re: Axe Parser
« on: April 11, 2010, 12:53:45 pm »
Naw.
It's the HTML file that is included in the update.

:P

1167
The Axe Parser Project / Re: Axe Parser
« on: April 11, 2010, 11:43:50 am »
Eh.
Noobish mistake.
:P
It happens.

1168
Other Calculators / Re: Is this a correct comparison?
« on: April 11, 2010, 11:40:41 am »
Agreed.
You cannot just look at the processor and the memory when comparing a calculator to a console.
Graphic cards and other various hardware must be taken into account.

1169
General Calculator Help / Re: Debugging on the Calculator
« on: April 11, 2010, 11:05:30 am »
Debugging is a magical thing that lets you kill the bugs in your program.

Also, I agree with player.
Recalling the last value is a great technique.
Use it often.

1170
Introduce Yourself! / Re: Helloooo out there!
« on: April 11, 2010, 11:00:37 am »
Welcome to Omnimaga, Will.

I hope to see great things from you in the future.

Remember, we are REALLY friendly.
Just ask for help and you will receive in the next 14 years.

:D

Pages: 1 ... 76 77 [78] 79 80 ... 98