Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Precompetition work

A topic by Chao created Feb 24, 2018 Views: 446 Replies: 3
Viewing posts 1 to 3
Submitted

Hi,
What's people's general policy on work completed before the competition starts? I'm more used to themed jams where it's impossible to do anything before the theme is released. So far I've been doing a lot of thinking, but haven't written anything down. I assume that's fine?

Also, what do people think about reusing code? While it is nice to know you've written all your code in the time allocated, rewriting A* instead of copy pasting the code does not sound like fun.

Jam HostSubmitted(+4)

I don't begrudge a Star Destroyer for being a mere kit-bashing of pre-existing models.

Re-use code, art, text, everything.  The purpose of the challenge is the creation of interesting new roguelikes.  The easiest route to this is often the vivisection of an existing roguelike :>  Also consider things like libtcod which make A* a mere library call.

As for prior work, the goal is to not write any code; or any text; or any art; *for* your specific planned game prior to your chosen start date.  This is an enforced brain-storming time to turn over ideas in your head or paper and plan stuff out.  So feel free to write down your ideas or paint concept art, just not as code or final sprites :> Do be careful your scope does not get too large...  I'd also recommend doing some adminstrative checks before the start.  Make sure your compiler exists, version control is working, etc.

The purpose of the 7 day window isn't actually to prove some macho ability to code quickly.  7 days is too long for that, IMHO.  It is more like the NaNoWriMo month time limit - it is short in order to drive you to actually complete a game.  Prior to the 7DRL challenge, way too many roguelikes would flounder in a half-baked dream state; wishing to some day be a NetHack but never actually getting to the "game" part.    With a 7 day window you have to just do it; and must not procrastinate or let dreams pile on dreams.

So have fun and good luck!  And feel free to copy & paste your A* code :>

You are an immensely helpful person. Thank you from me as well. :D

Submitted

Ok, that clears it up a lot.

Thank you for easing my mind :)