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 starting dL1
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
  8 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
 
legend.angb...@gmail.com  
View profile  
 More options Mar 8 2009, 8:58 pm
Newsgroups: rec.games.roguelike.development
From: legend.angb...@gmail.com
Date: Sun, 8 Mar 2009 17:58:00 -0700 (PDT)
Subject: 7DRL starting dL1
Hello Peoples,

I am starting an entry into the 7DRL called "dL1". My plan is to write
it in Java. I am halfway through a community college class on Java. It
is my hope that this will increase my Java coding skills. Since we
really have not learned much this semester, my goal in the game is to
get a 1 level dungeon working. I cannot imagine figuring out how to
draw stuff myself, so I will use something like Curses to do the
output.

If by some miracle I actually get an "@" running around the screen,
picking up stuff, and fighting, then I plan to move on to cooler
things. First I want to generate a dungeon that extends indefinitely
in every direction using data structures other arrays for the map.
Second I want to give the player really good artifacts early in the
game (it is a 1 level dungeon after all).

I will post screen shots of my progress on my blog http://legend-angband.blogspot.com/.
Good luck to all. See you at the finish line/time.

- Legend of Angband
  legend.angb...@gmail.com


 
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.
Slash  
View profile  
 More options Mar 9 2009, 12:20 am
Newsgroups: rec.games.roguelike.development
From: Slash <java.ko...@gmail.com>
Date: Sun, 8 Mar 2009 21:20:54 -0700 (PDT)
Local: Mon, Mar 9 2009 12:20 am
Subject: Re: 7DRL starting dL1
On Mar 8, 7:58 pm, legend.angb...@gmail.com wrote:

> Hello Peoples,

> I am starting an entry into the 7DRL called "dL1". My plan is to write
> it in Java. I am halfway through a community college class on Java. It
> is my hope that this will increase my Java coding skills. Since we
> really have not learned much this semester, my goal in the game is to
> get a 1 level dungeon working. I cannot imagine figuring out how to
> draw stuff myself, so I will use something like Curses to do the
> output.

Hi there, grasshoper! :)

Doing a roguelike will teach you a lot!

If you plan to produce console output on Java, I recomend you to use
the libjcsi library, it will save you a lot of trouble!

http://slashie.net/libjcsi/

> If by some miracle I actually get an "@" running around the screen,
> picking up stuff, and fighting, then I plan to move on to cooler
> things. First I want to generate a dungeon that extends indefinitely
> in every direction using data structures other arrays for the map.
> Second I want to give the player really good artifacts early in the
> game (it is a 1 level dungeon after all).

Good luck!

--
Slashie
http://slashie.net
http://roguetemple.com


 
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.
Ido Yehieli  
View profile  
 More options Mar 9 2009, 3:48 am
Newsgroups: rec.games.roguelike.development
From: Ido Yehieli <Ido.Yehi...@gmail.com>
Date: Mon, 9 Mar 2009 00:48:44 -0700 (PDT)
Local: Mon, Mar 9 2009 3:48 am
Subject: Re: 7DRL starting dL1
On Mar 9, 5:20 am, Slash <java.ko...@gmail.com> wrote:

> If you plan to produce console output on Java, I recomend you to use
> the libjcsi library, it will save you a lot of trouble!

> http://slashie.net/libjcsi/

I think it would be fair to mention that it's your library when you
recommend it ;)

-Ido.


 
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.
Slash  
View profile  
 More options Mar 9 2009, 8:01 am
Newsgroups: rec.games.roguelike.development
From: Slash <java.ko...@gmail.com>
Date: Mon, 9 Mar 2009 05:01:27 -0700 (PDT)
Local: Mon, Mar 9 2009 8:01 am
Subject: Re: 7DRL starting dL1
On Mar 9, 2:48 am, Ido Yehieli <Ido.Yehi...@gmail.com> wrote:

> On Mar 9, 5:20 am, Slash <java.ko...@gmail.com> wrote:

> > If you plan to produce console output on Java, I recomend you to use
> > the libjcsi library, it will save you a lot of trouble!

> >http://slashie.net/libjcsi/

> I think it would be fair to mention that it's your library when you
> recommend it ;)

Well, let the URL talk for me :)

Plus yes, I know of no better way to produce console output in ^_^

--
Slashie


 
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.
legend.angb...@gmail.com  
View profile  
 More options Mar 9 2009, 10:36 pm
Newsgroups: rec.games.roguelike.development
From: legend.angb...@gmail.com
Date: Mon, 9 Mar 2009 19:36:36 -0700 (PDT)
Local: Mon, Mar 9 2009 10:36 pm
Subject: Re: 7DRL starting dL1
On Mar 9, 12:20 am, Slash <java.ko...@gmail.com> wrote:

> If you plan to produce console output on Java, I recomend you to use
> the libjcsi library, it will save you a lot of trouble!

Slashie,

I started using libjcsi, and it rocketed my development forward light
years. Now I got an "@" symbol running around in response to keyboard
input. And it does not run through walls. Thanks for your comments on
my blog.

- Legend of Angband
  legend.angb...@gmail.com


 
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.
Darren Grey  
View profile  
 More options Mar 21 2009, 1:38 pm
Newsgroups: rec.games.roguelike.development
From: Darren Grey <darrenjohng...@gmail.com>
Date: Sat, 21 Mar 2009 10:38:02 -0700 (PDT)
Local: Sat, Mar 21 2009 1:38 pm
Subject: Re: 7DRL starting dL1
On Mar 10, 2:36 am, legend.angb...@gmail.com wrote:

> On Mar 9, 12:20 am, Slash <java.ko...@gmail.com> wrote:

> > If you plan to produce console output on Java, I recomend you to use
> > the libjcsi library, it will save you a lot of trouble!

> Slashie,

> I started using libjcsi, and it rocketed my development forward light
> years. Now I got an "@" symbol running around in response to keyboard
> input. And it does not run through walls. Thanks for your comments on
> my blog.

Hey, I've been trying to get your game working on Windows so I can
review it for Cymon's Games and have been unable.  Any chance you
could provide a batch file?  Makes things much easier.

--
Darren Grey


 
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.
Xecutor  
View profile  
 More options Mar 23 2009, 5:18 am
Newsgroups: rec.games.roguelike.development
From: Xecutor <konstantin.stup...@gmail.com>
Date: Mon, 23 Mar 2009 02:18:02 -0700 (PDT)
Local: Mon, Mar 23 2009 5:18 am
Subject: Re: 7DRL starting dL1
On Mar 9, 6:58 am, legend.angb...@gmail.com wrote:

> Hello Peoples,

Is it possible to make java 1.5 compatible version?
There is no (official?) java 1.6 for MacOSX :(

 
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.
Ido Yehieli  
View profile  
 More options Mar 23 2009, 6:00 am
Newsgroups: rec.games.roguelike.development
From: Ido Yehieli <Ido.Yehi...@gmail.com>
Date: Mon, 23 Mar 2009 03:00:23 -0700 (PDT)
Local: Mon, Mar 23 2009 6:00 am
Subject: Re: 7DRL starting dL1
On Mar 21, 6:38 pm, Darren Grey <darrenjohng...@gmail.com> wrote:

> Hey, I've been trying to get your game working on Windows so I can
> review it for Cymon's Games and have been unable.  Any chance you
> could provide a batch file?  Makes things much easier.

Or packing it as a jar file.

-Ido.


 
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 »