codingteam / Keter

A roguelike game in the SCP setting.
https://codingteam.github.io/Keter/
MIT License
15 stars 5 forks source link

Simplify and/or define a premise. #61

Open hagane opened 7 years ago

hagane commented 7 years ago

As of now (judging from design docs), player can be an agent of one of SCPverse organizations, but goals and win/lose conditions are defined only for "Containment breach" game mode. We should focus on that mode and implement a simple, straightforward dungeon-dive game (get in, find the authorization key, arm the nuke, get out). This mode can be folded into the mission system later, when said system is implemented.

hagane commented 7 years ago

Personally, I think this premise should also be the definition for our first project milestone.

ForNeVeR commented 7 years ago

Alright, I propose the following. Let's make a simple little roguelike. We'll extend it later.

  1. The game shouldn't be long; probably 2 or 3 floors should be enough.
  2. The game shouldn't be overwhelmed by content. Let's make some basic enemies, the dungeon generator, a bossfight, and that's it.
  3. We don't need to be too specific about the story for now. Here're bad guys ("The SCPs"), here's their boss ("The Keter"), and your task is to kill him using your weapons.
  4. The list of weapons shouldn't be too long. Let's add some basic stuff for now (pistol, shotgun, some special sci-fi gun) and some bullets for them, and that's it.
  5. I want the augmentation system to be included in the game, but probably it shouldn't be included in the first milestone. Let's just keep it in mind.
  6. We currently have no useful draft of ability/magic systems, so I'd probably keep them out of the first milestone, too.

What will you say, guys? Capn?

hagane commented 7 years ago

LGTM. Except that it looks more like GOC: The roguelike... We need to flesh out the story a bit. Oh, wait, that's kinda sorta my responsibility. In that case, I'm perfectly fine with the concept.

ForNeVeR commented 7 years ago

We never called our game "SCP: The roguelike"; GOC is an integral part of the concept. I think that's okay if the first playable faction will be GOC.

hagane commented 7 years ago

@ForNeVeR nevermind, i've misinterpreted your proposal a bit. There is no real constraint on the faction there.

hagane commented 7 years ago

FYI i've created separate issues for designing items, scips and other generic/reusable content. All that's left is to write plot blurb (brief recount of containment breach, intel on the scips involved, other flavor text).