Okay, well I'm thinking about making a text-based strategy game sort of like www.modern-war-generals.com. Although, instead of using php and html I want to use Java. Wouldn't it be better to use Java for something like this?
Basically you have your own country and you gain resources and build military and then you attack other people to gain resources and land.
The main reason why I thought Java would be a great use is that I could have Resources and everything updated Automatically each "tick" instead of having to refresh like with php.
Could someone help me on figuring out how to start this?
I'm pretty familiar with php, so would it be a good idea?
Text-Based Strategy Game
Page 1 of 13 Replies - 1351 Views - Last Post: 12 September 2012 - 08:36 PM
Replies To: Text-Based Strategy Game
#2
Re: Text-Based Strategy Game
Posted 17 November 2008 - 11:41 PM
Well you could certainly put a game together online like this with Java. The one problem you will have to deal with is that with games like this, resources also update while you are not online. Time doesn't stop. This would be harder unless you have some form of script on the server updating resources still.
But for interaction and instant feedback, Java applets would work just fine. You have online java games like Puzzle Pirates etc which allow people to play over the network through Java and update money, go on quests, play various card games and more.
All you need to do to start is learn Java applet programming and network connections through Java so you can link up with others and allocate resources etc.
There are several tutorials on the net, but with a bigger project like this you may want to see if you can find some java game programming books at your local bookstore. Get one of those books and study up.
But for interaction and instant feedback, Java applets would work just fine. You have online java games like Puzzle Pirates etc which allow people to play over the network through Java and update money, go on quests, play various card games and more.
All you need to do to start is learn Java applet programming and network connections through Java so you can link up with others and allocate resources etc.
There are several tutorials on the net, but with a bigger project like this you may want to see if you can find some java game programming books at your local bookstore. Get one of those books and study up.
#3
Re: Text-Based Strategy Game
Posted 12 September 2012 - 08:23 PM
Here's a strategic multiplayer war web browser game built in PHP and Javascript with a very retro and unique game style called The Grid. Simple, yet powerful, all easily done in PHP. Enjoy!
The Grid is a text-only strategy multiplayer game you play by actually typing in commands and fantasizing you are logged in a BBS. It does feel quite a bit like a boardgame and generally has you capturing squares, building farms, hiring wizards, stealing from your neighbors, inciting revolutions, forming alliances and even attempting to bless everyone, while fighting to gather all the resources a powerful master of the grid would need.
http://codeelf.com/games/grid/
The Grid is a text-only strategy multiplayer game you play by actually typing in commands and fantasizing you are logged in a BBS. It does feel quite a bit like a boardgame and generally has you capturing squares, building farms, hiring wizards, stealing from your neighbors, inciting revolutions, forming alliances and even attempting to bless everyone, while fighting to gather all the resources a powerful master of the grid would need.
http://codeelf.com/games/grid/
Page 1 of 1
|
|

New Topic/Question
This topic is locked




MultiQuote




|