Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
7DRL, title to be determined
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  14 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Matt_S  
View profile  
 More options Mar 7 2010, 10:03 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Sun, 7 Mar 2010 19:03:50 -0800 (PST)
Local: Sun, Mar 7 2010 10:03 pm
Subject: 7DRL, title to be determined
Using C++ and libtcod, I will step into the arena of the 7DRL
challenge.

This is my first roguelike, so I'm not aiming very high at the
moment.  I'm planning for this game to be more team and tactics based,
rather than the player being a one man army.
Things to expect:
* AI partners that aren't too dumb to live.
* Simple, tactical, and hopefully fun combat.
* Simple magic.
* Magical artifacts.
* A last boss with a MacGuffin.
* High mortality rates.

Things not to expect:
* Experience and leveling up.
* A lot of ordinary items and equipment.
* Fancy effects.

It is 9 PM on Sunday, March 7.  And so I begin.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt_S  
View profile  
 More options Mar 8 2010, 12:47 am
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Sun, 7 Mar 2010 21:47:26 -0800 (PST)
Local: Mon, Mar 8 2010 12:47 am
Subject: Re: 7DRL, title to be determined
"Almost midnight" is probably a nice arbitrary time to report my
progress.  Given that it hasn't even been three hours, I don't have
much done, but I'm proud to say that I have my game loop set up, but I
don't have an @ walking yet.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
win  
View profile  
 More options Mar 8 2010, 10:28 am
Newsgroups: rec.games.roguelike.development
From: win <andersdh...@gmail.com>
Date: Mon, 8 Mar 2010 07:28:41 -0800 (PST)
Local: Mon, Mar 8 2010 10:28 am
Subject: Re: 7DRL, title to be determined
On Mar 7, 9:47 pm, Matt_S <mattsullivan14...@gmail.com> wrote:

> "Almost midnight" is probably a nice arbitrary time to report my
> progress.  Given that it hasn't even been three hours, I don't have
> much done, but I'm proud to say that I have my game loop set up, but I
> don't have an @ walking yet.

excellent start :)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt_S  
View profile  
 More options Mar 8 2010, 6:54 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Mon, 8 Mar 2010 15:54:34 -0800 (PST)
Local: Mon, Mar 8 2010 6:54 pm
Subject: Re: 7DRL, title to be determined
After running into a bunch of linker errors, I realize that I don't
remember C++ as well as I'd thought.  Java spoiled me on a lot of
that, I guess.  I've got that figured out, so now things are working
again.  Hopefully an @ will be moving by tonight.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt_S  
View profile  
 More options Mar 8 2010, 7:50 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Mon, 8 Mar 2010 16:50:56 -0800 (PST)
Local: Mon, Mar 8 2010 7:50 pm
Subject: Re: 7DRL, title to be determined
I have an @ standing around.  Yay?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt_S  
View profile  
 More options Mar 9 2010, 12:38 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Tue, 9 Mar 2010 09:38:22 -0800 (PST)
Local: Tues, Mar 9 2010 12:38 pm
Subject: Re: 7DRL, title to be determined
Next year, I'm definitely going to have a framework set up before the
competition starts.  This is hard work for a newbie.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "7DRL: Tower of the Demon" by Matt_S
Matt_S  
View profile  
 More options Mar 10 2010, 7:03 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Wed, 10 Mar 2010 16:03:16 -0800 (PST)
Local: Wed, Mar 10 2010 7:03 pm
Subject: Re: 7DRL: Tower of the Demon
I took a day off yesterday from coding because I was getting depressed
about my lack of progress.  It made sense at the time.

And I came up with a title for my game!  It's an idea I had a while
ago, except I'm adapting it to my current plans.  The basic deal is
you go up a tower, collecting the magic artifacts in the tower and of
course killing stuff.  When you reach the top of the tower you unlock
the basement to the tower, where there's a demon sealed away.  In my
original plans, you could just leave with all your treasure at this
point.  We'll see if that ends up getting in here.

Anyways, I have an @ moving around and not moving through walls, and
I'm about to add the allies and monsters and the combat.  "About" is
kind of vague, but hopefully it will happen by tonight.

Hoping I don't fail ;)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Required field cannot be left blank  
View profile  
 More options Mar 10 2010, 9:49 pm
Newsgroups: rec.games.roguelike.development
From: Required field cannot be left blank <yippi...@web.de>
Date: Wed, 10 Mar 2010 18:49:59 -0800 (PST)
Local: Wed, Mar 10 2010 9:49 pm
Subject: Re: 7DRL: Tower of the Demon
Hey Matt,
don't give up! Think about two nice features, that you like. Think
carefully about how they should be made, and how they could make a
nice gameplay. Like "Tower", "Magic Artefacts", "multiple types of
magic", "wearable/wieldable things", but keep in mind, that only two
must suffice. Then code your walking @ and these two features and make
them work. Keep things simple (messagehandling got me in my attempt),
and don't underestimate the complexity of a world, where items can lie
on the ground, monsters have intelligence, some items too, magic can
cast strangest effects, that work delayed, and so on and so on. What
i'm trying to say is: plan on something that you think you can finish
in half the time left. Maybe simulate soome zen in robotfindskitten
(thats a roguelike you should definitely try now, gives the idea how
tiny rls can work). But if you make kittenfindsrobot and suceed with
that, you owe me a beer, cause i want to do that. I already have an
advanced kitten autofinder.

Good luck!
isnok


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt_S  
View profile  
 More options Mar 10 2010, 10:16 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Wed, 10 Mar 2010 19:16:53 -0800 (PST)
Local: Wed, Mar 10 2010 10:16 pm
Subject: Re: 7DRL: Tower of the Demon
Thanks for the kind words.  I plan on continuing to work on this until
Sunday.  Never give up, never surrender!

I decided to wait on the ai stuff, and I put in field of view.  Except
now everything is black... I'm not entirely sure why, since the
monsters are drawn after the terrain and aren't subject to FOV yet.
So my @ should still be visible :|


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt_S  
View profile  
 More options Mar 10 2010, 10:52 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Wed, 10 Mar 2010 19:52:59 -0800 (PST)
Local: Wed, Mar 10 2010 10:52 pm
Subject: Re: 7DRL: Tower of the Demon
I fixed the FOV "issue".  I don't really get why it didn't work
before.  I think it has to do with the default colors not
automatically being put on the console, or something.  Don't really
care now that my player can see!

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt_S  
View profile  
 More options Mar 11 2010, 10:32 am
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Thu, 11 Mar 2010 07:32:23 -0800 (PST)
Local: Thurs, Mar 11 2010 10:32 am
Subject: Re: 7DRL: Tower of the Demon
Honestly, looking at my stated goals, I think this is all reasonably
doable in the time remaining.  I've got homework tonight, but I'll try
to get dungeon generation in.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt_S  
View profile  
 More options Mar 11 2010, 11:33 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Thu, 11 Mar 2010 20:33:31 -0800 (PST)
Local: Thurs, Mar 11 2010 11:33 pm
Subject: Re: 7DRL: Tower of the Demon
On Mar 11, 9:32 am, Matt_S <mattsullivan14...@gmail.com> wrote:

> Honestly, looking at my stated goals, I think this is all reasonably
> doable in the time remaining.  I've got homework tonight, but I'll try
> to get dungeon generation in.

Shockingly, I didn't actually get dungeon generation in.  I'm 90% of
the way there; I have my BSP set up, and I know what to do with it,
but I haven't put in the code to use it to make rooms.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt_S  
View profile  
 More options Mar 12 2010, 11:11 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Fri, 12 Mar 2010 20:11:36 -0800 (PST)
Local: Fri, Mar 12 2010 11:11 pm
Subject: Re: 7DRL: Tower of the Demon
I think I'm going to have to cut out artifacts and magic(which was
probably going to require artifacts), which is a shame because it's
something I've always been interested in.  So my final game will have
a tower with some floors, monsters to fight, and a demon boss at the
top.  Without magic, I'm not sure if I should implement heal by wait
or not.  If I do include it, then I need to make sure that the player
doesn't just camp around whenever someone gets hurt, since there won't
be a food system.  If I don't include it, I need to make sure that the
player can reasonably avoid injury.  Anyways, I will hopefully be able
to focus more on making the combat interesting by cutting the scope of
what I have to do.

Oh, and I'd better make a title screen. And a victory screen.  I've
definitely neglected that.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "7DRL: Tower of the Demon, failure." by Matt_S
Matt_S  
View profile  
 More options Mar 13 2010, 3:32 pm
Newsgroups: rec.games.roguelike.development
From: Matt_S <mattsullivan14...@gmail.com>
Date: Sat, 13 Mar 2010 12:32:19 -0800 (PST)
Local: Sat, Mar 13 2010 3:32 pm
Subject: Re: 7DRL: Tower of the Demon, failure.
I'm going to go ahead and leave at this point.  It was a fun attempt,
but ultimately anything I produce in the time remaining would be a
tech demo.  I've learned a lot from this one attempt, though, and I
plan on entering again next year with a framework already made.

Congratulations to the people who finished the challenge!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »