Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (vicknick, AndrewAMD), 1,292 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 2 of 22 1 2 3 4 21 22
Re: 100 lines contest [Re: DestroyTheRunner] #199587
03/31/08 13:59
03/31/08 13:59
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline OP
Senior Expert
HeelX  Offline OP
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
What about external files? Am I limited somehow?

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

Expert
George  Offline

Expert

Joined: Aug 2003
Posts: 2,011
Bucharest, Romania
It's a lite-C contest; however, you can enter by downloading and installing lite-C free version.

Re: 100 lines contest [Re: HeelX] #199589
03/31/08 14:06
03/31/08 14:06
Joined: Aug 2003
Posts: 2,011
Bucharest, Romania
George Offline

Expert
George  Offline

Expert

Joined: Aug 2003
Posts: 2,011
Bucharest, Romania
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.

Re: 100 lines contest [Re: George] #199592
03/31/08 14:22
03/31/08 14:22
Joined: Aug 2007
Posts: 286
DestroyTheRunner Offline
Member
DestroyTheRunner  Offline
Member

Joined: Aug 2007
Posts: 286
=/
ok.. im too sticked to c-script, i cant learn LiteC at the moment due to various problems( time,work...)

good luck to everyone then.

Re: 100 lines contest [Re: DestroyTheRunner] #199594
03/31/08 14:25
03/31/08 14:25
Joined: Aug 2003
Posts: 2,011
Bucharest, Romania
George Offline

Expert
George  Offline

Expert

Joined: Aug 2003
Posts: 2,011
Bucharest, Romania
lite-C is pretty much C-Script on steroids; it shouldn't be that hard to learn the changes. Check out the A7 -> A6 guide from inside the Aum for more information.

Re: 100 lines contest [Re: George] #199595
03/31/08 14:30
03/31/08 14:30
Joined: Aug 2007
Posts: 286
DestroyTheRunner Offline
Member
DestroyTheRunner  Offline
Member

Joined: Aug 2007
Posts: 286
Alright, I might do that.. depending on my free time.
thankks \:\)

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

Joined: Jul 2001
Posts: 6,904
 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.


Cool!

Re: 100 lines contest [Re: HeelX] #199630
03/31/08 16:58
03/31/08 16:58
Joined: Apr 2007
Posts: 582
Germany
Poison Offline
User
Poison  Offline
User

Joined: Apr 2007
Posts: 582
Germany
Sry but you are talking about "100 lines" but in the magazin says that the maximum is "101 lines" ;).

 Quote:
anything is good, as long as the code has less than 101 lines and the size of the .c file is smaller than 10 KB



Everything is possible, just Do it!
Re: 100 lines contest [Re: Poison] #199633
03/31/08 17:05
03/31/08 17:05
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline OP
Senior Expert
HeelX  Offline OP
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
"less than 101 lines" means x < 101 which means a maximum of 100 lines.

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

Joined: Sep 2003
Posts: 9,859
So how many lines are:

 Code:
while(1)
{
 temp++;
 if (temp > 23)
 {
  temp = 42;
 }
 wait (1);
}


Page 2 of 22 1 2 3 4 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