Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 1,397 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19055 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 3 of 22 1 2 3 4 5 21 22
Re: 100 lines contest [Re: FBL] #199640
03/31/08 17:28
03/31/08 17:28
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline OP
Senior Expert
HeelX  Offline OP
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
I would say: 5

Re: 100 lines contest [Re: HeelX] #199641
03/31/08 17:30
03/31/08 17:30
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
But there are only 3 semicolons ;\)

Re: 100 lines contest [Re: FBL] #199642
03/31/08 17:32
03/31/08 17:32
Joined: Sep 2002
Posts: 1,604
Deutschland
ChrisB Offline
Serious User
ChrisB  Offline
Serious User

Joined: Sep 2002
Posts: 1,604
Deutschland
But you can place one ofter the while and if brackets.


www.Swollen-Eyeballs.org
ICQ:169213431
#3dgs@quakenet
Re: 100 lines contest [Re: ChrisB] #199645
03/31/08 17:37
03/31/08 17:37
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline OP
Senior Expert
HeelX  Offline OP
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Hey, can JCL or George code a closed-source validator? That would remove any discussions about the count of lines.

Seriously.

Re: 100 lines contest [Re: FBL] #199650
03/31/08 17:58
03/31/08 17:58
Joined: May 2002
Posts: 7,441
ventilator Offline
Senior Expert
ventilator  Offline
Senior Expert

Joined: May 2002
Posts: 7,441
 Code:
while(1)
{
 temp++;
 if (temp > 23)
 {
  temp = 42;
 }
 wait (1);
}
i would prefer if this counted as 3 lines and if it really were a 100 semicolon contest because after having a look at pong.c i fear it would be very hard to do anything fancy if this counts as 5. :p

can all files of the lite-c include directory be used? or only acknex.h?

Re: 100 lines contest [Re: ventilator] #199652
03/31/08 18:05
03/31/08 18:05
Joined: Aug 2003
Posts: 2,011
Bucharest, Romania
George Offline

Expert
George  Offline

Expert

Joined: Aug 2003
Posts: 2,011
Bucharest, Romania
Let's wait for JCL's feedback; he is the contest sponsor, after all.

Re: 100 lines contest [Re: George] #199687
03/31/08 23:58
03/31/08 23:58
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline OP
Senior Expert
HeelX  Offline OP
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
I asked about having datafiles because I would like to store some data as binary file (or ascii file, it doesnt matter) to save some data which is connected to a certain timetable.

[EDIT] Other question: has any datafile to be readable (ascii files vs. binary files if not a gamestudio format)?

Last edited by HeelX; 04/01/08 00:10.
Re: 100 lines contest [Re: George] #199730
04/01/08 08:36
04/01/08 08:36
Joined: Oct 2004
Posts: 900
Lgh
rojart Offline
User
rojart  Offline
User

Joined: Oct 2004
Posts: 900
Lgh
 Originally Posted By: George
External files are ok, as long as they don't contain code. You can use full sized levels, sound, music, graphics, etc but not h, fx, resource files, etc.


George: But I can add fx file as effect = "..."; string code, right?

Last edited by rojart; 04/01/08 08:38.

Regards, Robert

Quote
Everything should be made as simple as possible, but not one bit simpler.
by Albert Einstein

PhysX Preview of Cloth, Fluid and Soft Body

A8.47.1P
Re: 100 lines contest [Re: rojart] #199734
04/01/08 08:43
04/01/08 08:43
Joined: Jun 2005
Posts: 4,875
broozar Offline
Expert
broozar  Offline
Expert

Joined: Jun 2005
Posts: 4,875
 Code:
while(1){ temp++;
 if (temp>23) temp=42; 
 wait(1); }


only three lines \:\)

Last edited by broozar; 04/01/08 09:44.
Re: 100 lines contest [Re: DestroyTheRunner] #199750
04/01/08 09:36
04/01/08 09:36
Joined: Dec 2003
Posts: 1,225
germany
gri Offline
Serious User
gri  Offline
Serious User

Joined: Dec 2003
Posts: 1,225
germany


reminds me on the "20 liners contest" in the good old "64'er" magazin.

,gri


"Make a great game or kill it early" (Bruce Shelley, Ensemble Studios)
Page 3 of 22 1 2 3 4 5 21 22

Moderated by  George 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1