Temple of The Roguelike Forums
Game Discussion => Early Dev => Topic started by: bzizizi on February 15, 2010, 06:52:48 AM
-
Hi, I'm new here, and I'm fairly new to roguelikes. I registered here to get some comments or advice or something on a few things.
1) I'm making a roguelike game for mobile phones with J2ME. The game would require atleast 2MB of heap memory on the phone. Do you own such a phone and would you consider playing a (free but not open-source) roguelike? Since you're already giving out specs, what screen size does you phone have?
2) Are SLASH'EM tiles protected by the NGPL and can I use them in my game? If I can, are there any conditions? I know you'll probabaly give me a RTFM on this one, but I'm having a hard time reading licences - english not being my primary lanuage, and I want to be sure.
3) The game would be mostly based on NetHack. I'm not talking about a port of NetHack to J2ME, but more of a very NetHack-like in my own kinda way. The biggest issue I see here are controls. I'm currently having controls setup in 2 modes; normal and action mode. This gives me a total of 34 buttons, with these bindings: http://brain.pastebin.com/f71b76703 (http://brain.pastebin.com/f71b76703). Does that seem right? Do you have a better idea?
and the last one:
4) Do you think this is readable on your mobile phone screen without permanently damaging your eye sight?
(http://img297.imageshack.us/img297/8928/20100215074111.png) (http://img297.imageshack.us/i/20100215074111.png/)
I have already started a week ago and made nice progress. I have a zoomable map, item drops / pickups, turn managment mechanic, doors, randomly wandering monsters, line of sight, custom fonts, and a bunch of little things.
Thanks in advance!
-
Do you own such a phone and would you consider
No.
4) Do you think this is readable on your mobile phone screen without permanently damaging your eye sight?
Don't use too big contrast and use bigger fonts. You know, there are lot of great ideas, but making a roguelike for handheld devices is not one of them.
-
1) I'm making a roguelike game for mobile phones with J2ME. The game would require atleast 2MB of heap memory on the phone. Do you own such a phone and would you consider playing a (free but not open-source) roguelike? Since you're already giving out specs, what screen size does you phone have?
Yes. I own a Nokia 5800 (http://europe.nokia.com/find-products/devices/nokia-5800-xpressmusic/specifications), which unfortunately has no keys at all, so you would need a completely different input strategy.
4) Do you think this is readable on your mobile phone screen without permanently damaging your eye sight?
I believe this would work for a very short time only.
-
Hi, I'm new here, and I'm fairly new to roguelikes. I registered here to get some comments or advice or something on a few things.
Hello! please introduce yourself (http://www.roguetemple.com/forums/index.php?topic=4.0)
1) I'm making a roguelike game for mobile phones with J2ME. The game would require atleast 2MB of heap memory on the phone. Do you own such a phone and would you consider playing a (free but not open-source) roguelike? Since you're already giving out specs, what screen size does you phone have?
* I dont really know how to get the heap memory data... My cellphone has 128MB RAM of which about 70MB are available for programs
* Of course I would! :)
* I have an HTC Touch, my screen is 2.8" LCD touch screen with 240 X 320 dots resolution.
2) Are SLASH'EM tiles protected by the NGPL and can I use them in my game? If I can, are there any conditions? I know you'll probabaly give me a RTFM on this one, but I'm having a hard time reading licences - english not being my primary lanuage, and I want to be sure.
IIRC the Slash'EM tiles were mostly made by Denzi as part of the (extended) http://rltiles.sourceforge.net/ project?... he currently uses a CCbySA license... check http://www3.wind.ne.jp/DENZI/diary/
3) The game would be mostly based on NetHack. I'm not talking about a port of NetHack to J2ME, but more of a very NetHack-like in my own kinda way. The biggest issue I see here are controls. I'm currently having controls setup in 2 modes; normal and action mode. This gives me a total of 34 buttons, with these bindings: http://brain.pastebin.com/f71b76703 (http://brain.pastebin.com/f71b76703). Does that seem right? Do you have a better idea?
Sounds nice... I guess you'd want to have as less commands as possible :)
4) Do you think this is readable on your mobile phone screen without permanently damaging your eye sight?
I believe you need an higher resolution font... this one is far too small!
I have already started a week ago and made nice progress. I have a zoomable map, item drops / pickups, turn managment mechanic, doors, randomly wandering monsters, line of sight, custom fonts, and a bunch of little things.
Good luck!
-
Thank's for the feedback. I see the biggest problem are the fonts, so that's what I'll work on today and post a new look.
Anyone knows of a free font which looks good and is readable in about 1.5x - 2x the size of this one? (this one's 8 pixels high).
Hello! please introduce yourself (http://www.roguetemple.com/forums/index.php?topic=4.0)
Just did!
I dont really know how to get the heap memory data... My cellphone has 128MB RAM of which about 70MB are available for programs
You can probably find it in the specs somewhere, but most (all) newer phones have at least 2mb reserved for heap memory.
* I have an HTC Touch, my screen is 2.8" LCD touch screen with 240 X 320 dots resolution.
Unfortunately I have no idea how to work out a control scheme for a touch screen. Any suggestions?
IIRC the Slash'EM tiles were mostly made by Denzi as part of the (extended) http://rltiles.sourceforge.net/ project?... he currently uses a CCbySA license... check http://www3.wind.ne.jp/DENZI/diary/
Thanks for pointing me to Denzi's site. As far as I can tell from the licence (the site is in japanese), I should give credit to Denzi and include the same licence for the tiles.
Good luck!
Thanks!
You know, there are lot of great ideas, but making a roguelike for handheld devices is not one of them.
I'll have to disagree. Dweller (http://roguebasin.roguelikedevelopment.org/index.php?title=Dweller) is quite popular as far as I can tell, but I feel there's a lot of room for improvement there.
EDIT:
Is this font size better?
(http://img697.imageshack.us/img697/352/20100215190326.png) (http://img697.imageshack.us/i/20100215190326.png/)
-
I lack any of these magic phones, but that new font is a much better size than the first one. Keep at it!
But do a PC port at some point...
-
* I have an HTC Touch, my screen is 2.8" LCD touch screen with 240 X 320 dots resolution.
Unfortunately I have no idea how to work out a control scheme for a touch screen. Any suggestions?
Perhaps something case-sensitive like the BF2 in-game menus (http://fminusminus.com/images/uweforums/bf2-menu.jpg): tapping an item on the screen encircles it with available actions:
pick up whatever
\ /
move to - ? - look
/
read
being the ? a scroll somewhere in the dungeon. Movement could work by ticking the @ and moving it interactively or ticking a known place in the dungeon and choosing "move to" from the context menu. I guess that should work just fine.
-
Unfortunately I have no idea how to work out a control scheme for a touch screen. Any suggestions?
I guess most touchscreen cellphones have at least some hard keys (Accept, cancel, luckily a directional pad), at least mine does.
And I guess most of them allow having virtual keyboards (All Windows Mobile ones should probably allow them), which I guess J2ME would treat like normal input?
Now, talking about innovative uses for a touch screen is another thing... :P
Thanks for pointing me to Denzi's site. As far as I can tell from the licence (the site is in japanese), I should give credit to Denzi and include the same licence for the tiles.
The CC-by-sa license is international and pretty standard, you can find it here http://creativecommons.org/licenses/by-sa/2.0/
-
Is this font size better?
It goes from barely readable to readable. You must consider that some people have bad eyesight in general.
For a cellphone you must really design differently. The screen estate is very limited. In sunlight, most phone screens are hard to read. You want to have little information there at the same time, but this little as readable as possible.
-
The CC-by-sa license is international and pretty standard, you can find it here http://creativecommons.org/licenses/by-sa/2.0/
While searching thru Denzi's site, I noticed he made some tiles for SLASH'EM but not the tiles I'm using (the 16x16 ones), so I guess that the NGPL licence (which applies to SLASH'EM) applies to them.
Specifically, we want to make sure that you have the right to give away
copies of NetHack, that you receive source code or else can get it if you
want it, that you can change NetHack or use pieces of it in new free
programs, and that you know you can do these things.
So judging from this paragraph it's perfectly okay to use their tiles.
About the touch screen controls... I like the "radial menu" control style, I'll keep that in mind when I'll do the touch screen version.
The game currently looks like this:
(http://img693.imageshack.us/img693/9559/20100216133147.png) (http://img693.imageshack.us/i/20100216133147.png/)
New question:
Does the name "Swords and Shit" sound appropriate for a roguelike that's a bit humorous?
Does this icon represent the name well?
(http://img688.imageshack.us/img688/2752/iconh.png) (http://img688.imageshack.us/i/iconh.png/)
-
I'd say, try bigger tiles. Try a game that works with only 11x11 or 9x9 tiles on screen. Don't try to make a roguelike as known from 80x20 terminals on a phone screen.
You must design the content so that it works well on the device.
-
I'd say, try bigger tiles. Try a game that works with only 11x11 or 9x9 tiles on screen. Don't try to make a roguelike as known from 80x20 terminals on a phone screen.
You must design the content so that it works well on the device.
Full Ack. Try bigger graphics, maybe small icons instead of STR, DEX - if the visible area is crucial you should implement either indicators for out-of-screen things or just a small minimap. If i encounter a new monster if would be nice to focus the screen for one second on it and move back to the player.
Just as an example at what size i'm aiming:
(http://blog.purestrain.de/wp-content/uploads/2010/02/lrl_20100110_herovstattoo.png)
-
Just as an example at what size i'm aiming:
(http://blog.purestrain.de/wp-content/uploads/2010/02/lrl_20100110_herovstattoo.png)
This looks pretty cool, is this your current project?
-
It is one of my current projects, yes. Thanks to assemblee part 1 from tigsource ;D
-
New question:
Does the name "Swords and Shit" sound appropriate for a roguelike that's a bit humorous?
Does this icon represent the name well?
(http://img688.imageshack.us/img688/2752/iconh.png) (http://img688.imageshack.us/i/iconh.png/)
I lol'd. Appropriate for all audiences? Probably not. Appropriate for the majority of RL enthusiasts? Most likely.
-
Good luck with your project purestrain, looks really nice.
About bigger tiles.. Last night I tried to implement 3 levels of zoom, one with 8x8 tiles, 16x16 tiles and 32x32 tiles. The problem is that there just isn't enough memory for the 32x32 tiles. J2ME is very limited in memory and cpu power, so resizing them on the fly isn't an option. On my phone (Nokia EM 5130) the tiles as shown in the pic above are - in my opinion, just right.
Currently I'm implementing save/load, so we'll see how that turns out.
Thank you all for the feedback that's about enough I need for now. Thanks again!
-
New question:
Does the name "Swords and Shit" sound appropriate for a roguelike that's a bit humorous?
Does this icon represent the name well?
(http://img688.imageshack.us/img688/2752/iconh.png) (http://img688.imageshack.us/i/iconh.png/)
I lol'd. Appropriate for all audiences? Probably not. Appropriate for the majority of RL enthusiasts? Most likely.
Not for me, but some times I get too serious with this sorta things :)
-
Well; i wouldn't play the game with that name...
-
Perhaps make it punnier "Swords n' Stuff" being that the nature of the game is likely putting Swords In Stuff trying to kill you for loot and/or kicks.
-
Perhaps make it punnier "Swords n' Stuff" being that the nature of the game is likely putting Swords In Stuff trying to kill you for loot and/or kicks.
Swords and Stuff sounds better. I'd play it :)
-
Perhaps make it punnier "Swords n' Stuff" being that the nature of the game is likely putting Swords In Stuff trying to kill you for loot and/or kicks.
Yeah, Swords n' Stuff might be a bit better. Have to come up with a new icon tho. Like the pun, good idea getter77!
-
Maybe just have that same Sword skewering all kinds of "common" stuff to the game like a shishkabob? A Door, a skeleton, steak, and so on.