Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Java and GNUStep roguelike games - GPL2, WIP

39 views
Skip to first unread message

elvish healer

unread,
Feb 19, 2013, 4:25:42 AM2/19/13
to
Hi,

I've made a java engine for doing the graphics, http://code.google.com/p/wizardrpg

Then I made a GNUStep nethack starter room code with Views as a tile engine. It is based on GMines-0.2.

The project is hosted here : http://code.google.com/p/ghack

Everything is GPL v2.

Enjoy,
EH

mike.r.an...@gmail.com

unread,
Feb 22, 2013, 8:50:51 PM2/22/13
to
On Tuesday, 19 February 2013 17:25:42 UTC+8, elvish healer wrote:
> Hi,
>
>
>
> I've made a java engine for doing the graphics, http://code.google.com/p/wizardrpg
>

Good to see a new Java roguelike engine! Your "Surface" approach to doing the graphics with bytebuffers is interesting..... not saying it is a bad idea but why did you do it this way (as opposed to just using regular images)?

>
>
> Then I made a GNUStep nethack starter room code with Views as a tile engine. It is based on GMines-0.2.
>
>
>
> The project is hosted here : http://code.google.com/p/ghack
>
>
>
> Everything is GPL v2.
>

FWIW, my roguelike Tyrant is also GPL, so easy to swap / borrow code :-)

https://github.com/mikera/tyrant

elvish healer

unread,
Feb 24, 2013, 4:58:48 AM2/24/13
to
Op zaterdag 23 februari 2013 10:50:51 UTC+9 schreef mike.r.an...@gmail.com het volgende:

>
> > I've made a java engine for doing the graphics, http://code.google.com/p/wizardrpg
>
> Good to see a new Java roguelike engine! Your "Surface" approach to doing the graphics with bytebuffers is interesting..... not saying it is a bad idea but why did you do it this way (as opposed to just using regular images)?

The bytebuffers speed up lots of graphics surface development, such as filtering for night/day e.g. a blue filter in the evening. libSDL is where the surface idea comes from. Surfaces are BufferedImages wrappers which can be better emulated.

>
> FWIW, my roguelike Tyrant is also GPL, so easy to swap / borrow code :-)
>
>
>
> https://github.com/mikera/tyrant

I do not have the time to look into it but I'm glad you wrote a game released under the GPL.

Best Regards,
Fyndhorn Elder

0 new messages