
| · Forums and IRC Rules · Portal |
Help
Search
Members
Calendar
|
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
| Today's Top 10 Posters · My Last 10 Posts | Board and IRC Rules · Help · Members · Calendar |
| Forum | Topics | Replies | Last Post Info | |
|---|---|---|---|---|
![]() |
Older topics Here you can access all topics posted from May 12th 2005 to Apr 9th 2006 (In read only mode). |
1126 | 15694 | 9 Apr, 2006, 11:06 In: [GAME]Learn how to count to...By: DJ Omnimaga |
| Pages: (4) [1] 2 3 ... Last » ( Go to first unread post ) | ![]() ![]() ![]() |
| necro |
Posted on 9 Sep, 2006, 0:02
|
![]() God+1 Group: Coders Of Tomorrow Posts: 1200 Member No.: 17 Joined: 10 Apr, 2006 |
Well, since the last contest was a massive dud, I think I will give this one last try. So, I decided that a problem with many contests is they take to much time...so, hopefully here is one where you probably wont have that problem. The challange will be to create the most advanced and versatile routine for a single selected task such as an enemy managing routine, a weapon routine, an rpg combat routine, etc. All these routines will have very concrete rules and requirements and will restrict the imagination to how to execute the code instead of what the code should do. So, as such, I will set the following deadlines.
-Saturday, September 16, voting for which routine the contest will be on ends and the contest begins. -Saturday, September 30, contest ends (that is just 2 weeks) -The following Saturday, all entires will be tested against a yet to be made rubrik and the winner anounced. I will officialy resign from contest manager after that. The contest will be a platfrom engine with details will be posted bellow. -------------------- |
| necro |
Posted on 9 Sep, 2006, 0:11
|
![]() God+1 Group: Coders Of Tomorrow Posts: 1200 Member No.: 17 Joined: 10 Apr, 2006 |
Platform Game Routine Contest:
Information- Your goal is to create a game routine with at least the minimum requirements below stated as well as many optional components as you can Your program will be designed for use with an matrix based map with each matrix entry representing a single unit of an 8X8 grid. Your Program will need to be able to react to collision of the following: 0: non-wall, 1: wall, 2: invisible wall You may use what ever form of display you want (picture, tile map system, etc.)to display your map, but it most be called externally from program "Draw" How the map is displayed will not effect the score so long as it corresponds with the Matrix Map I include bellow. Walls should be black rectangles. All optional variables are initialized in program START which then launches the routine program with each variable being stored on its own line. Considerations: --Requirement: 25 points each--100points total --Additional: 50 points total --Optional: 5 points each--50 points total 1. character moves around the screen based upon vars x,y "real(1,X,Y,8,8,0,0,0,1,0,1" You may use what ever sprite you wish. Optional: instead the character has a looping sequential animation (spaced 8 pixels horizontally apart) with the animation length based on List1(1) and the original sprite based upon L1(2) Optional2: the character has a changeable image index based upon the vars with the pic X in L1(3) and Y*8 in L1(4) Optional3: if the character is moving left or right Optional4: using variable D to flip the sprite left when left is pressed and back when right is pressed if L1(5)=1 2. The direction keys left and right cause the character to move a variable amount +/-'V' and this is combined with X and stored into the X variable. optional: V increases each time the left/right keys are pressed a variable amount L1(6) up to a maximum amount L1(7) instead optional2: The value V decrease from a certain amount of friction L1(8) each turn instead of becoming zero instantly each turn optional3: if there is no ground bellow character, if L1(9) is 1 then there is no movement left or right (momentum based jumping) otherwise character moves normally 3. When up is pressed, the character jumps up for variable amount of time 'J' at a variable speed 'I' and then falls at a variable speed 'G' which each turn effects y. Jumps should be limited to when there is a collision below the character with a wall, and falling limited to when there is not. optional: 'I' increases a variable amount L1(10) up to a maximum amount L1(11) for 'J' instead optional2: after J is 0, character falls at a speed G that increases at a rate of L1(12) optional3: if L1(13) is 1, if a collision with wall is detected above, stop jumping and start falling 4. If there are collisions left or right, the movement in those directions stops. Additional 1. Size of code 2. Speed of code 3. Lack of errors MAP: the following is the map I will test with [[1,1,1,1,1,1,1,1,1,2,2] [1,0,0,0,0,1,1,0,0,0,2] [1,0,1,1,1,1,0,0,0,0,2] [1,0,0,0,0,0,0,0,0,0,2] [1,1,0,0,0,0,0,0,0,0,2] [1,1,0,0,0,0,0,1,1,0,1] [1,1,0,0,0,0,1,1,1,0,1] [1,1,1,1,1,1,1,1,1,1,1]] -------------------- |
| leofox |
Posted on 9 Sep, 2006, 3:16
|
|
Super Member Group: Members Posts: 72 Member No.: 60 Joined: 1 May, 2006 |
those routines are pretty hard.. it would take me more than two weeks.
|
| Spellshaper |
Posted on 9 Sep, 2006, 7:04
|
||
![]() rectangular puddle Group: Coders Of Tomorrow Posts: 1996 Member No.: 5 Joined: 10 Apr, 2006 |
*Spellshaper seconds that. Besides, School is about to start again, and it's going to be my last year ->exams everywhere! -------------------- The tooth fairy teaches children that they can sell body parts for money.
All power corrupts, but I need the electricity! I gave sanity a shot... not my fault it failed >_<! |
||
| xlibman |
Posted on 9 Sep, 2006, 8:29
|
![]() Ragol666 Group: Founder Posts: 11283 Member No.: 1 Joined: 9 Apr, 2006 |
hmm platform routine doesnt seems to bad, assuming you mean just the walkingf part, no enemies
-------------------- |
| Radical Pi |
Posted on 9 Sep, 2006, 8:52
|
|
You are part of the Rebel Alliance and a traitor. Group: Coders Of Tomorrow Posts: 1182 Member No.: 4 Joined: 10 Apr, 2006 |
I'd still like to see who can make the best calc movie. Platform is a close second.
-------------------- Greetings from 2/5/2012!
The forums may be in read-only mode, but signatures aren't! |
| Liazon |
Posted on 9 Sep, 2006, 10:41
|
|
Staff Group: Coders Of Tomorrow Posts: 1491 Member No.: 24 Joined: 11 Apr, 2006 |
basic routines I assume?
-------------------- Projects: In need of sprites...
|
| xlibman |
Posted on 9 Sep, 2006, 11:30
|
![]() Ragol666 Group: Founder Posts: 11283 Member No.: 1 Joined: 9 Apr, 2006 |
i think so
-------------------- |
| Demon |
Posted on 9 Sep, 2006, 11:46
|
![]() Post whore Group: Members Posts: 531 Member No.: 102 Joined: 3 Jul, 2006 |
I think the movie part would be easiest to make fast...
-------------------- *Click!* *Gasp!* OMG!! WTF?! LOL, M8.
Timendus of MaxCoderz: "I guess people are just so used to yelling on about their problems instead of contacting the people who could fix it because they've been taught by Microsoft and some others that problems are always there to stay, and complaining about in the proper place them will not make any difference whatsoever." |
| tifreak8x |
Posted on 9 Sep, 2006, 15:57
|
![]() Heart of a Warrior Group: Admins Posts: 2138 Member No.: 13 Joined: 10 Apr, 2006 |
Yeah, but the other routines would be more useful to other programmers... <.<
-------------------- Projects: AOD Series: 20% | FFME: 80% | Pokemon: 9% | RPGSK: 60% | Star Trek: 70% | Star Trek 83+: 40% | TI-City: 5%
|
| xlibman |
Posted on 9 Sep, 2006, 16:52
|
![]() Ragol666 Group: Founder Posts: 11283 Member No.: 1 Joined: 9 Apr, 2006 |
yeah true
-------------------- |
| necro |
Posted on 9 Sep, 2006, 19:00
|
![]() God+1 Group: Coders Of Tomorrow Posts: 1200 Member No.: 17 Joined: 10 Apr, 2006 |
The point of this is not to make people bend over backwards to think of features or what input would be taken, output created, instead, I will list a number of goals for the routine and say exactly what kind of input your program has to deal with. Thus the challange is to create the best way to do a process and how many of the features you can get into it.
-------------------- |
| tenniskid493 |
Posted on 11 Sep, 2006, 18:19
|
![]() Future Ruler of the World Group: Admins Posts: 877 Member No.: 11 Joined: 10 Apr, 2006 |
I'd like to enter this
![]() EDIT: 750th Post -------------------- "So if you care to find me, look to the western sky. As someone told me lately, everyone deserves a chance to fly. And if I'm flying solo, atleast I'm flying free. To those who ground me, take a message back from me. Tell them how I have defied gravity, im flying high, defying gravity, and no ones gonna bring me down!" |
| Dragon__lance |
Posted on 11 Sep, 2006, 18:47
|
|
Post whore Group: Members Posts: 815 Member No.: 25 Joined: 11 Apr, 2006 |
Yay, tenniskid493 is back into coding!
I agree with you, i also like just to do the routines. I think that we should just have a weekly contest for each of those routines, and then whoever wins the most wins the routines contest! Kinda like the ASM quiz topic over at Revsoft/MC. |
| necro |
Posted on 11 Sep, 2006, 19:37
|
![]() God+1 Group: Coders Of Tomorrow Posts: 1200 Member No.: 17 Joined: 10 Apr, 2006 |
I don't see why that couldn't be done...keeping in mind I am not going to be running this of course (mainly as i will be starting college shortly and getting a job)
-------------------- |
Pages: (4) [1] 2 3 ... Last » |
![]() ![]() ![]() |