LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: w01fram on August 31, 2012, 06:44:52

Title: Dungeon Colony - made using LWJGL
Post by: w01fram on August 31, 2012, 06:44:52
Hi,

I created my first game with LWJGL and would like to get some feedback, not only with regards to the game itself, but also if you can see improvements/issues in terms of the LWJGL implementation:
I (and testers) noticed that my fan starts running high very quickly and wonder if someone would have had similar issues and advice how to resolve that.

This game is in alpha but very playable. The concept is a mix of Dungeon Keeper, Tower Defense and Minecraft style resource management.

Download here (http://dungeoncolony.com/Download).

(http://www.dungeoncolony.com/DemoFiles/dc.jpg)

Please give me your feedback, I would very much appreciate it.

Cheers!
Title: Re: Dungeon Colony - made using LWJGL
Post by: dangerdoc on September 20, 2012, 13:51:43
Hmm. This game looks interesting. I hope you much success!
Title: Re: Dungeon Colony - made using LWJGL
Post by: Rednax on September 27, 2012, 17:07:40
I tried the game, and must say it looks nice.
Just a few points that may help you:
1. I think the text is too small.
2. I have random crashes. Although it happened two out of two times I tried to play the game, I was not able to reproduce them on purpose a third time. Could it be that my master guy/monster/thingy died from hunger?
3. I miss music and ambient sounds. But I assume those will be there eventually.
Title: Re: Dungeon Colony - made using LWJGL
Post by: th3barri3 on October 25, 2012, 05:35:30
I have not had the time to really get into it but i have one thing that may interest you. Chrome web browser flagged up the download as potentially harmful and that may deter the general user. I recommend wrapping it anyway due to some users not having the correct java version or any at all. I know its not a big urgent thing, just wanted you to be aware of it.

Btw i agree with the 'font to small' comment, And i think a couple of pixels up would do fine.

Hope to give you some more feedback soon. Trying to get my first game complete.
Title: Re: Dungeon Colony - made using LWJGL
Post by: w01fram on October 29, 2012, 03:28:30
Quote from: th3barri3 on October 25, 2012, 05:35:30
I have not had the time to really get into it but i have one thing that may interest you. Chrome web browser flagged up the download as potentially harmful and that may deter the general user. I recommend wrapping it anyway due to some users not having the correct java version or any at all. I know its not a big urgent thing, just wanted you to be aware of it.

Btw i agree with the 'font to small' comment, And i think a couple of pixels up would do fine.

Hope to give you some more feedback soon. Trying to get my first game complete.

Thanks for the heads up ... do you know any good tools for wrapping it up ?
And, I will overhaul the font soon, maybe get rid of my own font and replace it with something easier for the eye.
Title: Re: Dungeon Colony - made using LWJGL
Post by: w01fram on October 29, 2012, 03:37:48
Quote from: Rednax on September 27, 2012, 17:07:40
I tried the game, and must say it looks nice.
Just a few points that may help you:
1. I think the text is too small.
2. I have random crashes. Although it happened two out of two times I tried to play the game, I was not able to reproduce them on purpose a third time. Could it be that my master guy/monster/thingy died from hunger?
3. I miss music and ambient sounds. But I assume those will be there eventually.

Thanks for your feedback. It always helps a lot =)
1. I will change the font soon and make it bigger and more readable: No more all caps ;)
2. It could have been both, crashes or the Dungeon Master dying from hunger or being killed by a Hero. Someone suggested to not have the Dungeon Master be the main character, so that if he dies, the game doesn't end, but instead you can train another one. I am toying with that idea atm.
3. Yes - I absolutely agree with music. I still haven't found the right tunes yet. Hopefully soon!!!



I'd love more feedback, so download the free alpha (http://www.dungeoncolony.com/Download) and you can also follow the devlog on tumblr, i post generally at least once a week or more: http://dungeoncolony.tumblr.com/
Title: Re: Dungeon Colony - made using LWJGL
Post by: th3barri3 on December 05, 2012, 22:16:04
Quote from: w01fram on October 29, 2012, 03:28:30
Thanks for the heads up ... do you know any good tools for wrapping it up ?
And, I will overhaul the font soon, maybe get rid of my own font and replace it with something easier for the eye.

Sorry I said anything for 2 months, but I've been working on my own projects. As for wrapping I've got no idea because I stick to applets and android. Personally I wouldn't think it would be difficult to do using C++. But I've hardly used C++. I'll be keeping a watch on your tumblr and when I have a few moments I will try a update-to-date version of the game.