Challenge Ideas - intermediate

Competitions for Irrlicht or 3D in general.
Irrlicht Screenshot of the Month: Winner for January, vote for February, submit for March
Post Reply
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Challenge Ideas - intermediate

Post by afecelis »

Place your challenge suggestions for intermediate users here, following the general rules. :D
Anteater

Post by Anteater »

Make a first-person shooter with dynamic lighting, some sort of special effect e.g. RTT, and some sort of bullet-time mode.
sudi
Posts: 1686
Joined: Fri Aug 26, 2005 8:38 pm

Post by sudi »

wow u want us to have a full time job?
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
Anteater

Post by Anteater »

I never said it had to be a long one. :D It could be beat in 10 min. for all I care.
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

mesh buffer manipulation.. I made an example a while back and put it here-
http://www.fantasy-software.co.uk/bitsb ... deform.zip
I think it would make a cool intermidiate challenge, the idea being everyone gets to learn how mesh buffers work and makes their own deforming mesh based on the water surface scene node
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
etcaptor
Posts: 871
Joined: Fri Apr 09, 2004 10:32 pm
Location: Valhalla
Contact:

Post by etcaptor »

@bitplane - this rocks. :D
ImageImage
Site development -Rock and metal online
--- etcaptor.com ------freenetlife.com
TheRLG
Posts: 372
Joined: Thu Oct 07, 2004 11:20 pm

Post by TheRLG »

This is built on what I put in the beginner's forum:

Description:

1. Create a 3D version of a common 2D game such as Pong, Tetris, etc. with original code.

2. Use simple 3D models that you create using a simple program such as
http://www.anim8or.com/ Anim8tor.

3. Integrate a free for non-commercial-use sound API
http://audiere.sourceforge.net/
http://www.openal.org
http://www.fmod.org/

4. Integrate a free for non-commercial-use physics API
http://www.tokamakphysics.com/
http://www.physicsengine.com/
http://www.ode.org
http://www.trueaxis.com/

5. Read game settings from an XML file using the Irrlicht XML reader.
sudi
Posts: 1686
Joined: Fri Aug 26, 2005 8:38 pm

Post by sudi »

RabidLockerGnome wrote:This is built on what I put in the beginner's forum:

Description:

1. Create a 3D version of a common 2D game such as Pong, Tetris, etc. with original code.

2. Use simple 3D models that you create using a simple program such as
http://www.anim8or.com/ Anim8tor.

3. Integrate a free for non-commercial-use sound API
http://audiere.sourceforge.net/
http://www.openal.org
http://www.fmod.org/

4. Integrate a free for non-commercial-use physics API
http://www.tokamakphysics.com/
http://www.physicsengine.com/
http://www.ode.org
http://www.trueaxis.com/

5. Read game settings from an XML file using the Irrlicht XML reader.
I did it a Bomberman Clone called CrazyBombing as multiplayer but without physics cause i didn't need it.
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
TheGameMaker
Posts: 275
Joined: Fri May 12, 2006 6:37 pm
Location: Germany

Post by TheGameMaker »

I got an idea.. though I'm not sure wether anyone would be interested..
some kind of grafics challenge. A finished minigame is released as opensource. (Including grafixs etc..) I would imagine something very small.. Maybe something like Supermario in a single room fighting ongoing waves of creeps or something, including Magics / heavy weapon use. etc..
So the task would be: give a polish to the game.. make it look great..
anyone interested?? If so I would maybe code this game and create some models (mostly programmers around, right?^^) in a decent quality... (already including Color/Normal/spec maps etc..) Or would maybe someone like the idea, but would prever another type of game??
greetz TGM
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

We tried to keep these rolling on the DarkGDK forum, but no one there wanted to do anything. Our last few attempts at challanges had potential that no one tried. Our ideas were:
  • Make some new primatives
    Manipulate a texture/Create textures from scratch
    Do something with input
    Create usable models with primatives that were jointed.
Crud, how do I do this again?
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

WoW saigumi is back... or did I already WoW at this?
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

Hey neither did I.. Welcome back :)
I've got some ideas for future challenges, but I won't try to organize anything until I've made some progress on the other ten things I've half started :D
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Post Reply