Author Topic: Community-driven roguelike development project underway. Want to design a game?  (Read 22632 times)

Tuplis

  • Newcomer
  • Posts: 16
  • Karma: +0/-0
    • View Profile
    • Email
Hey everyone,

I'm Tuplis, a new guy here on the forums. I'm a 25-year-old fresh Master of Science in Technology with software engineering as my major. I'm currently coding full-time for a software company. I specialize in agile software development processes.

I've been playing roguelikes on and off for about 15 years now and decided I'll finally make one of my own. During these years I've come to realize that one person can make a really great roguelike because of the ability to focus on "the good stuff" instead of drawing 3d models and all that stuff. So, here's my attempt at combining my specialization - agile development - with the process of making a roguelike.

[outdated]
I currently have a very simple game, simply called "Zombies". There's only one test map and a player character can run around and kill a bunch of zombies that will be randomly generated on startup. That's it. And there's where you lot come in.
[/outdated]

The central idea in agile development is to constantly publish release-level-polished functionality in small increments. This allows the product to rapidly evolve in face of changing requirements. So my idea is to have the community of players playing the game define what those requirements are - literally (nearly) almost all of them. Here's the complete run-down of the functionalities I've so far "locked", everything else is up for discussion:

-Roguelike. No emphasis on graphics beyond what ascii can represent. I've committed to writing in Java with the blacken library which I find sufficient.
-Zombie apocalypse theme. It's just what I want to do.

If I can gather a group of 5-10 active people, I can start churning away at it. I can work perhaps around 10 hours a week as I work full-time on the side. Agile development hinges on writing continuously excellent quality code in order to avoid rework and the idea is to constantly (weekly to monthly) release everything made up to that point so there will be constant progress. That amount of active people should suffice in creating me a backlog of work to chip away at. More are also welcome of course!

So, who would be interested in this project?


Here's the link to what I have so far: https://dl.dropbox.com/u/84930267/Zombies-0-12-8-6-0.rar

Keybinds: https://docs.google.com/document/d/1nZK3IR_2ra0mXIB25uAFNfHphHMRocTD309Zuw-P-SY/edit

Changelog: https://docs.google.com/document/d/1vgiqPBb-hJozND57uWOs2mRmPbKJfXF4BY97iZD23Nw/edit

Backlog: https://docs.google.com/spreadsheet/ccc?key=0Ar3Z_84uVAcldDNNeW14SUI3N2VpN1lUU2tPajMzTkE

Rules for the backlog:

-Anyone can add stuff but use common sense about whether we need to discuss the feature first (eg. don't add stuff like magic spells)
-Every new backlog item needs to have end-user value. The value can also change over time: A random map generator is nearly useless in a game with almost no features and thus will increase in value over time. Conversely, a minor shift in game scope might make an otherwise important feature obsolete.
-When adding a new item, consider whether you can break it down to independent functionalities out of which at least one has end-user value in itself. Iterate this process until you can no longer break the feature down.
-Add yourself a column in the value-area if you want to contribute on that
-Ignore Effort unless there's a ? in there
-Add yourself a comment column if you need to. We'll need to address that if it becomes too wide/unreadable.
-Don't remove/change anything other people added (outside of typos)
-If you know what you're doing, you can stylish the file. Just remember that usability comes first.

Remember: It's never too late to get on board!

I'm getting suggestions on bay12 forums too (http://www.bay12forums.com/smf/index.php?topic=111369.0) so feel free to check out what's going on in there as well. And tell me what you want in the game.

Troubleshooting:
-Check that your java path is set (http://java.com/en/download/help/path.xml)
-Target Java version is 1.6, make sure you have that or higher.

Regards,
Tuplis
« Last Edit: August 07, 2012, 05:25:17 AM by Tuplis »

konijn_

  • Newcomer
  • Posts: 29
  • Karma: +0/-0
    • View Profile
    • Email
What language / libraries are you using ?

T.

Tuplis

  • Newcomer
  • Posts: 16
  • Karma: +0/-0
    • View Profile
    • Email
Java with the blacken library. I wrote it down on one on the locked down req's

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
No such thing as too many well wrought Roguelike projects.   :)  I like the gist of the plan, as it seems like a natural evolution of sorts of the classic "Talkie"---though more inclined towards manageable success than pie in the sky alongside more folks chiming in ideas.

-Turn based?
-Sound/Music?
-Intentions on full-screen and resolutions?
-Color range?
-Platforms?


Once things get spec'd out in detailed fashion, it would likely help to gain some traction.  Also, I'd highly recommend getting the Bay12 forum folks in on this at the "Other Games" board-----big fans of Rogue Survivor and Catcaclysm in those parts.
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

kraflab

  • Rogueliker
  • ***
  • Posts: 454
  • Karma: +0/-0
    • View Profile
    • kraflab.com
I'm always willing to give feedback and try something out.

Tuplis

  • Newcomer
  • Posts: 16
  • Karma: +0/-0
    • View Profile
    • Email
No such thing as too many well wrought Roguelike projects.   :)  I like the gist of the plan, as it seems like a natural evolution of sorts of the classic "Talkie"---though more inclined towards manageable success than pie in the sky alongside more folks chiming in ideas.

-Turn based?
-Sound/Music?
-Intentions on full-screen and resolutions?
-Color range?
-Platforms?


Once things get spec'd out in detailed fashion, it would likely help to gain some traction.  Also, I'd highly recommend getting the Bay12 forum folks in on this at the "Other Games" board-----big fans of Rogue Survivor and Catcaclysm in those parts.

Thank you for the encouraging words. I'll address a couple of the points you made.

I don't plan on "speccing things out in detailed fashion" as you put it. The idea is for the people assisting plus me to do it together on the fly. The way it works is that I present what I've done so far and then people brainstorm around the question "What can we do to make it better?". Obviously there'll be ideas like "let's turn it realtime with hexes, have a* pathfinding with a complex multi agent based artificial intelligence model and infinite sized worlds". But that's not how agile planning works. The way it works is that people come up with stuff that they feel would contribute towards making it a better game. For instance:

-"I think we should add sounds that are played when you hit something." After that, we proceed to assess the end-user value of that feature. We decide that it's perhaps 6 points out of 10 because it's pretty important yet not critical. After that I estimate the work it would take to implement it. Adding sounds is pretty straightforward so I'll give it 2/10 points for effort. So now it has a priority of 6/2 = 3.
-We repeat this process for everything suggested and produce a prioritized backlog and I'll start implementing.

Of the five points you just posted, I'm quite confident only one actually has to be decided up front and that's the first one. That's a major part of the architecture that affects pretty much everything: If it's realtime, we have a lot less time for tasks like pathfinding and AI for example. The rest are up for discussion.

I'll post this on Bay12 too. Thank you.

mariodonick

  • Rogueliker
  • ***
  • Posts: 296
  • Karma: +0/-0
    • View Profile
    • LambdaRogue .:. roguelike RPG
Maybe this is also something for the roguelike incubator?
https://mariodonick.itch.io/lambdarogue-the-book-of-stars
-- LR: The Book of Stars graphical roguelike RPG

Tuplis

  • Newcomer
  • Posts: 16
  • Karma: +0/-0
    • View Profile
    • Email
* Have clear development goals and target dates that you publicly state and try to adhere to (and accept advice on - others may disagree on how achievable or advisable your targets are)

In every software development project there are three variables, of which you can only lock down two. The variables are scope, time and resources. Committing to a specific scope within a specific time would mean I'd need to have flexibility in terms on resources, ie. manpower. I will be the sole coder on this project, however. Also, the fun part for me in this project is to have no clear scope. That's something that emerges during development.

Darren Grey

  • Rogueliker
  • ***
  • Posts: 2027
  • Karma: +0/-0
  • It is pitch black. You are likely to eat someone.
    • View Profile
    • Games of Grey
Yeah, I don't think the incubator is suitable for this - too restrictive.  However you should keep an eye on it for inspiration.  In particular I strongly suggest get something properly playable very soon.  Don't be afraid to add things in that you can take away later.  For anyone to give real feedback they want something playable (and preferably completable) first.  It's easy to doodle on a sketch than draw on a blank slate.

Tuplis

  • Newcomer
  • Posts: 16
  • Karma: +0/-0
    • View Profile
    • Email
In particular I strongly suggest get something properly playable very soon. 

Well, I just added the link. Strictly speaking, it's playable but lacks all kinds of stuff. Tell me what you want in there.

tjg92

  • Newcomer
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Just to clear something up. You want 5-10 active people, but you will be the sole coder. So what is everyone else doing exactly? Brainstorming, I guess?

guest509

  • Guest
  Playing! :-)

Tuplis

  • Newcomer
  • Posts: 16
  • Karma: +0/-0
    • View Profile
    • Email
Just to clear something up. You want 5-10 active people, but you will be the sole coder. So what is everyone else doing exactly? Brainstorming, I guess?

First of all I'm sorry about the slow response. I haven't checked this site a lot lately since the topic on bay12forums is much busier.

A software project actually consists of so much more than just coding it. As Jo said, one of their responsibilities is to actually play it. Testing will help us identify usability issues, technical issues (bugs) and helps us to focus on what we want the game to do (gameplay design). So basically yeah, brainstorming. The idea is to collect a bunch of people that can design a great game with me and then I'll implement it. So far it's been a great ride and you're both very welcome to join us.

tjg92

  • Newcomer
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Oh wow that thread  already has a lot of activity. I guess I'll catch up reading it and then say whether or not I'm in.

Krice

  • (Banned)
  • Rogueliker
  • ***
  • Posts: 2316
  • Karma: +0/-2
    • View Profile
    • Email
This is wonderful and classic situation. A java button coder who believes in development theory X and thinks he can create a roguelike just like that.