Hi, since I probably won't have time at any of the dates suggested for the 2008 7drl challenge, I'm going solo.
I am starting right now, using the code in my roguelulz article ( http://www.kuro5hin.org/story/2007/11/29/5715/1869 ) and in addition reserve the right to use any random code snippet from wikipedia or roguebasin (e.g. for los).
On Jan 25, 7:21 pm, Ido Yehieli <Ido.Yehi...@gmail.com> wrote:
> Hi, > since I probably won't have time at any of the dates suggested for > the 2008 7drl challenge, I'm going solo.
> I am starting right now, using the code in my roguelulz article > (http://www.kuro5hin.org/story/2007/11/29/5715/1869) and in addition > reserve the right to use any random code snippet from wikipedia or > roguebasin (e.g. for los).
Ido Yehieli <Ido.Yehi...@gmail.com> wrote: >Hi, > since I probably won't have time at any of the dates suggested for >the 2008 7drl challenge, I'm going solo.
A programmer after my own heart. Happy hacking! -- \_\/_/ some girls wander by mistake into the mess that scalpels make \ / are you the teachers of my heart? we teach old hearts to break \/ --- Leonard Cohen, "Teachers"
On Jan 26, 6:21 am, Ido Yehieli <Ido.Yehi...@gmail.com> wrote:
> Hi, > since I probably won't have time at any of the dates suggested for > the 2008 7drl challenge, I'm going solo.
> I am starting right now, using the code in my roguelulz article > (http://www.kuro5hin.org/story/2007/11/29/5715/1869) and in addition > reserve the right to use any random code snippet from wikipedia or > roguebasin (e.g. for los).
> See you in 1 week, > Ido.
I'm also attempting one, but I'm not sure I'll have time to finish it. I will post success(or defeat) on Thursday.
> On Jan 26, 6:21 am, Ido Yehieli <Ido.Yehi...@gmail.com> wrote:
> > Hi, > > since I probably won't have time at any of the dates suggested for > > the 2008 7drl challenge, I'm going solo.
> > I am starting right now, using the code in my roguelulz article > > (http://www.kuro5hin.org/story/2007/11/29/5715/1869) and in addition > > reserve the right to use any random code snippet from wikipedia or > > roguebasin (e.g. for los).
> > See you in 1 week, > > Ido.
> I'm also attempting one, but I'm not sure I'll have time to finish it. > I will post success(or defeat) on Thursday.
> Malorzean
This is a "me too" message. Since 1992 I´m trying to code a roguelike but unsuccessfully until now. I think is time to finish it or die (¡!) Im going to accept the challenge just for fun. See you all in one week. (I¨m going to show my progress in my blog http://www.micronosis.com (spanish)).
I implemented los/fov (kind of) and some ai (still buggy). I hope to add the missing features and fix the bugs in these 2 during this weekend.
Then onto random map generation (probably the hard part). After that I'll add different types of enemies (currently there are only "m"onsters that have 2 hp and 1 damage), dungeon levels & winning/ losing conditions.
Then we'll see if I have time to add anything else...
> I implemented los/fov (kind of) and some ai (still buggy). I hope to > add the missing features and fix the bugs in these 2 during this > weekend.
RoguelikeLib would do it for you ;)
> Then onto random map generation (probably the hard part).
The same here :)
> Then we'll see if I have time to add anything else...
That's why I made the RoguelikeLib - to focus only on the interesting stuff. I had hope that people will use it, but I see that nobody is interested in making a game, but in doing the basic algorithms all the time...
On Jan 26, 7:56 pm, Jakub Debski <debski.ja...@wp.pl> wrote:
> I had hope that people will use it, but I see that nobody is interested > in making a game, but in doing the basic algorithms all the time...
Hi Jacob - I want to implement all the basic algorithms by myself at least once.
I actually find a lot of them to be quite interesting and my goal isn't only to make a game as quickly as possible, but also to learn as much as possible from the experience.
Jakub, where can I find the features list and docs for RLlib? I'd like to take a look but from a quick google search I only found a sourceforge page with the download.