Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Valhalla

Pages: 1 [2]
16
Programming / Re: Do you like your game?
« on: July 12, 2008, 07:22:25 AM »
I love my game, mostly because it's NetHack + 3D interface = Win.

Also, here's an early, eeeeaaarly screenshot that no one else has seen:

http://www.team3soft.com/3dhackscr1.PNG

17
Programming / Re: Need some help... With a MapGen algorithm.
« on: July 12, 2008, 06:34:23 AM »
Well, I want to make maps using a generator, but I've never coded a true NetHack styled generator. I could easily learn how to make one, if I had the source to one. So I guess I'm going on a roguelike hunt.

And yeah, I understand quite a few languages, like C++, BASIC, OpenGL (Which a lot of the GUI is written in), and I'm new to, but know a little bit of, PHP, Java and Ruby. I mean, not to boast, but it's not like I'm extremely good in all of those. I simply tried to specialize in many languages, because a lot of times I find myself working bugs out of code for other people.

Well, thanks for the help. If anyone else has some ideas on where to get something worth looking at, I'm still interested. As for now, I'm off to browse for open-source roguelikes.

Thx

18
Programming / Need some help... With a MapGen algorithm.
« on: July 11, 2008, 09:21:00 AM »
Okay, so, I've got this neat-o idea for making a graphical user interface for a roguelike. BUT, there's a problem: I can't figure out how to generate maps!

I'm using a version of BASIC where, if I had a map generator, I could easily convert it, but I don't even know where to find a BASIC roguelike that is also open-source, but also, just the map generating code would be excellent help.

Anyways, now that I've told you my problem, here's some info about the game:

It's a GUI-based roguelike, but it is unlike most roguelikes with GUIs, mainly because the GUI is rendered using OpenGL (Yeah, it's a 3D dungeon viewer basically).

It's not a huge project, but I've been off and on with it for a few months now, and I'm about ready to start developing on this thing a bit more. If I had a way to generate a real map, I'd show you guys what it looks like, but right now I'm having to manually enter map codes.

The map engine I'm really wanting is something similar to NetHack. If that is at all possible, I'd greatly appreciate the help.

Anyways, thanks ahead of time. This has been a real pain, and I figured the best place to ask was here.

Pages: 1 [2]