Conquer Club

[Site] Conquer Club Mobile App

Have any bright ideas? Share and discuss them with the community

Moderator: Community Team

Forum rules
Please read the Community Guidelines before posting.

And don't forget to search for previously suggested ideas first!

[Site] Conquer Club Mobile App

Postby alichino on Sat Jan 13, 2007 6:40 pm

JamesKer1 wrote:This suggestion was previously submitted by the community at large. However, the bigWham administration has made it clear that they do not have the resources nor desire to make an app. This suggestion is now being considered REJECTED. An app is currently being worked on by runewake2, but it is only available on certain platforms.


chapcrap wrote:With the world becoming more mobile and many people performing more and more tasks on phones and tablets, an app for these that is supported by CC is a great idea. There is an iPhone app and a Windows App. The issue with these is that they are user supported and not kept up to date with the ongoing updates that are coming out from the bigWham regime.

Not only would a functional app be great for the site and users, the presence of non-functional apps actually brings the site down. This is creating a negative image for the site. It needs remedied.


Original Post wrote:I've checked on previous posts and I haven't found this proposal before. But if I'm wrong, please excuse me.

I'm a developer for mobile devices (cell phones, PDA and the like) and I was thinking about creating a user interface of this game for those devices since they all lack a very good HTML browser. It would be useful also to minimize data exchange (for money and speed reasons).
This way I could play also when I'm on vacation using just my cell phone ;-)

I see 2 steps that would need to be done:
1) get a simple network iterface to the game (via HTTP or directly via TCP) with functions like login(username, pwd), getGameList() and similar. This could be accomplished directly or by scripts "filtering" the standard HTML output.
2) create the client app which uses the interface specified above (C, C++, Java, any technology needed could work fine).

What do you think?
Last edited by JamesKer1 on Thu Jul 31, 2014 10:21 pm, edited 6 times in total.
Reason: Edited Title
Private alichino
 
Posts: 4
Joined: Thu Oct 26, 2006 1:17 pm
Location: The Netherland

Postby lackattack on Sun Jan 14, 2007 2:08 pm

I have thought about creating a mobile version but I'm not sure how. I figured a good approach is to design a WAP text-only interface that people could use in their cellphone browser. But how to display the armies in test? some sort of matrix??

Now, building a java client inteface is something I never thought about. It would need to contain only display logic so that I can make updates to the game engine without worrying about all those people with cellphones having the wrong version. I have installed a few Java games on my cellphone, but none of them are online games. I wonder whether games and apps on my cellphone are allowed to access the web...
User avatar
Sergeant lackattack
 
Posts: 6096
Joined: Sun Jan 01, 2006 10:34 pm
Location: Montreal, QC

Postby alichino on Sun Jan 14, 2007 3:31 pm

I've kind of experience with that. Almost every mobile phone supporting Java may access the network via TCP, altough the only mandatory supported protocol is HTTP (which is probably easier to support on the server side, too). There is a big mess considering configuration and supported packages but we can start witha minimal app just for playing existing games.
The best way to go would be to specify a protocol (i.e. a list of commands supported by the server with its format, like login, getmap, attack and similar). Those will have to be supported on the server side and used by the client. If the game creators don't have any copyright issue I can also start doing some demo code and then let you know.
Private alichino
 
Posts: 4
Joined: Thu Oct 26, 2006 1:17 pm
Location: The Netherland

Postby tals on Sun Jan 14, 2007 5:13 pm

I like this idea a lot :) I use a Palm PDA so th egraphics arn't bad - not sure how playable it will be - but if you pull it off i'm game. Also game for any testing you want to do.

Tals
Sergeant tals
 
Posts: 359
Joined: Tue Sep 12, 2006 12:46 pm
Location: UK

Postby Midgetlover on Sun Jan 14, 2007 5:41 pm

Word!

This is one of the best suggestions next to the war fog idea, i've read so far, Thumbs up! :-) i'll support this project all the way. if you happened to need a beta tester, or a self-taught C#.net\C++ programmer, please feel free to leave a message :)
User avatar
Sergeant 1st Class Midgetlover
 
Posts: 42
Joined: Mon Jan 08, 2007 7:31 am
Location: Copenhagen - GMT +1

Postby sully800 on Sun Jan 14, 2007 11:15 pm

Gobbledegook :lol:
User avatar
Major sully800
 
Posts: 4978
Joined: Wed Jun 14, 2006 5:45 pm
Location: Bethlehem, Pennsylvania

Postby lackattack on Mon Jan 15, 2007 1:45 am

Question: if you make an online Java cellphone version - would cellphone users be charged for bandwidth?

Would you load the map images? Isn't the map too big for a cellphone? Or is your target PDA / smartphone?

If you want to build a prototype you are more than welcome. It would be your code, like Tr0y's greasemonkey. I could provide those urls for you to hit to get game data, submit attacks, etc. Actually, I'd like it to be the same as now only with an extra parameter for "light output" which would be easy to parse.

One thing to keep in mind, I'm behind on my updates and the stuff on my end would take time to get done...
User avatar
Sergeant lackattack
 
Posts: 6096
Joined: Sun Jan 01, 2006 10:34 pm
Location: Montreal, QC

Postby Backglass on Mon Jan 15, 2007 11:18 am

Any type of Mobility for CC I would applaud...loudly!

I attempt to play on my Treo650 now, but it's a major PIA. The java & frames are funky and the graphics are way to big of course.

Go for it!!!
Image
The Pro-TipĀ®, SkyDaddyĀ® and Image are registered trademarks of Backglass Heavy Industries.
User avatar
Corporal 1st Class Backglass
 
Posts: 2212
Joined: Wed Aug 23, 2006 5:48 pm
Location: New York

Postby alichino on Mon Jan 15, 2007 2:45 pm

Hi,
mobile operators rates and prices are the main reason why you don't see many mobile online games, today. I did develop a massive RPG 3 years ago for a (big multinational) company I was working in and it never reached the market because of that reason. That means, yes, you'll be charged if you go online.
However things are changing. At least here in the Netherlands you can get a 1GB per month at less than 30 euro. Not incredibly cheap but acceptable if you use it also for email and other stuff. And I know that many mobile operators are going the same way.
So, if we can manage not to exchange too many data (and I think it's really feasible given the kind of interaction we need), the cost shouldn't really be a problem.

From a tech perspective the big plus would be not to be forced to download maps but only units. That would require preloading maps on the device with upgrades requiring new version of the app to be installed.
I think this would be acceptable.

My development phone is a Motorola V3x. I also have some other phones available (one with touch screen) for testing purposes so that shouldn't be a problem. In any case we will need a big amount of help in testing with the bigget possible amount of phones to "certify" compatibility (somebody writing a test suite would be helpful).

In any case I would like to go one step at the time. If you can post at my email address links/protocol for basic functionalities (login,enter game) I can try starting developing a demo.
Or, if you prefer, I can write down a list of basic commands I would like to be supported.
Private alichino
 
Posts: 4
Joined: Thu Oct 26, 2006 1:17 pm
Location: The Netherland

Postby lackattack on Mon Jan 15, 2007 6:35 pm

you know what, it sounds interesting but i'll tell you right now that it will be months before i'll have time to do the work on my end :(
User avatar
Sergeant lackattack
 
Posts: 6096
Joined: Sun Jan 01, 2006 10:34 pm
Location: Montreal, QC

Postby s.xkitten on Mon Jan 15, 2007 8:22 pm

lackattack wrote:you know what, it sounds interesting but i'll tell you right now that it will be months before i'll have time to do the work on my end :(


if you, or anyone, could help, i'd be willing to try...i was thinking about this as i argued with my phone to view this webpage...
User avatar
Sergeant s.xkitten
 
Posts: 6911
Joined: Mon Oct 23, 2006 9:56 pm
Location: I dunno

Postby alichino on Tue Jan 16, 2007 1:25 pm

ok, then. I'll start with a demo with a fake server. It will probably take some weeks (I have no much time either :-( ).
I'll try to do something as much compatible I can. ThenI'll share it with you so that you can see it and if you want we'll start discussing about client/server protocol and how to implement it.
At that point any help will be appreciated, 'cause there will be many separated tasks.
Ok?
Private alichino
 
Posts: 4
Joined: Thu Oct 26, 2006 1:17 pm
Location: The Netherland

Postby s.xkitten on Tue Jan 16, 2007 11:42 pm

works for me
User avatar
Sergeant s.xkitten
 
Posts: 6911
Joined: Mon Oct 23, 2006 9:56 pm
Location: I dunno

Postby lackattack on Wed Jan 17, 2007 12:17 am

me too :)
User avatar
Sergeant lackattack
 
Posts: 6096
Joined: Sun Jan 01, 2006 10:34 pm
Location: Montreal, QC

using you cell phone to make moves.

Postby Rustyphonebook on Sun Feb 18, 2007 8:28 pm

you guys should set something up, where you can make your moves from your cellphone, then games would go faster, and alot of people wouldn't lose turns.
Private 1st Class Rustyphonebook
 
Posts: 1
Joined: Tue Dec 26, 2006 8:23 pm

Postby Evil Semp on Sun Feb 18, 2007 8:43 pm

And the phone companies would thank you.
User avatar
Sergeant 1st Class Evil Semp
Multi Hunter
Multi Hunter
 
Posts: 8206
Joined: Sun Jul 02, 2006 8:50 pm

Postby wicked on Sun Feb 18, 2007 8:55 pm

I think a few people already do this actually. now THAT's addicted! lol
User avatar
Major wicked
 
Posts: 15787
Joined: Thu Jan 26, 2006 1:23 pm

Postby AAFitz on Sun Feb 18, 2007 9:49 pm

im not sure id get a very clear picture of world 2.0 on my nextel
Sergeant 1st Class AAFitz
 
Posts: 7270
Joined: Sun Sep 17, 2006 9:47 am
Location: On top of the World 2.1

Postby s.xkitten on Sun Feb 18, 2007 10:48 pm

ummm, some guy is building it...there is thread around here somewhere, i think its called "mobile gaming"
User avatar
Sergeant s.xkitten
 
Posts: 6911
Joined: Mon Oct 23, 2006 9:56 pm
Location: I dunno

Postby RobinJ on Mon Feb 19, 2007 12:05 pm

From what I heard you can't see the maps (or is it the armies) - is a good idea though if it could be done
User avatar
Sergeant 1st Class RobinJ
 
Posts: 1901
Joined: Mon Aug 21, 2006 1:56 pm
Location: Northern Ireland

Postby s.xkitten on Mon Feb 19, 2007 12:07 pm

User avatar
Sergeant s.xkitten
 
Posts: 6911
Joined: Mon Oct 23, 2006 9:56 pm
Location: I dunno

Postby RobinJ on Mon Feb 19, 2007 12:09 pm

Without reading all the technical stuff, this sounds like a great idea!
User avatar
Sergeant 1st Class RobinJ
 
Posts: 1901
Joined: Mon Aug 21, 2006 1:56 pm
Location: Northern Ireland

Postby RobinJ on Mon Feb 19, 2007 12:10 pm

thanks s.xkitten
User avatar
Sergeant 1st Class RobinJ
 
Posts: 1901
Joined: Mon Aug 21, 2006 1:56 pm
Location: Northern Ireland

Postby s.xkitten on Mon Feb 19, 2007 12:15 pm

yeah, np
User avatar
Sergeant s.xkitten
 
Posts: 6911
Joined: Mon Oct 23, 2006 9:56 pm
Location: I dunno

Postby tonyf12 on Sat Feb 24, 2007 4:09 pm

My phone can do everything internet related my pc can.
Cadet tonyf12
 
Posts: 3
Joined: Fri Feb 23, 2007 2:38 pm

Next

Return to Suggestions

Who is online

Users browsing this forum: No registered users

cron