Idea for a GoogleMaps Strategy Game

Started by
6 comments, last by Buster2000 8 years, 7 months ago

Hello, dear Forum.

Recently, I was toying with an idea for an intricate real time strategy game for use on maps provided by Google Maps, particularly when utilising their road, building and traffic information:

A police tactics simulator, much in the style of both the Police Quest and Emergency series, and further inspired by things like the Class 3 Outbreak Simulator, Prison Architect and Sim City.

Munich_3d_map.png

Much like in an Emergency game, you get to choose a building HQ on a designated coordinates of (preferably urban) terrain, from which you can patrol the streets on foot, car and air, respond to call-outs, execute warrants, organise raids and searches, handle hostage takings and public threats, surround buildings, cordon off areas, evacuate areas, participate in chases (both on roads and through pedestrian zones), set up road blocks, divert traffic, set up checkpoints, surveill and/or protect sensible locations, implement security zones, organise convoys and secure transports, police the traffic, police demonstrations, control large crowds, commence manhunts and rescue search operations, and even do some serious investigative detective work.

All of it randomly spawned, all of it playable anywhere in the word on real life locations. The possibilities are - quite - endless in gameplay regards.

The game would be designed to be either birds-eye view or (better yet) isometric; it would be 2- (or 2.5-) dimensional, with units, characters and effects consisting of 2d-sprites (themselves probably flash-based). There would be both a wide array of emergency units and civilian units randomly moving around the map on the roads and paths.

Personally, I'd be really excited if such a complete game ever came out.

There is one vital problem, however - I have little to no game development or coding experience. I don't know how to implement games like those on Google Maps (again, think of Class 3 Outbreak), nor do I know what game engines I could utilise to lay a basis for this kind of game.

That's why I've decided to ask here:

Can this sort of gaming concept popular? Could it take off? In how far would this be a sensible choice?

And what engines or programmes can be used to make such a game a reality? How did other games implement Google Maps as a basis for their gameplay?

Has this idea already crossed somebody's mind? Are there any games like this one out there already? Are there any in development?

Thanks in advance for any tips, opinions and stimuli!

Advertisement

Learn to code, learn the maps API, implement a minimal prototype. Is it fun? then you have answered your questions.

Also be careful about the copyright issues. That map data is provided for use, but there are limitations on it. You'll have to study the TOS very carefully and make sure you're not stepping over any lines. Some of the data providers selling into Google Maps have been VERY aggressive over improper usage.

Old Username: Talroth
If your signature on a web forum takes up more space than your average post, then you are doing things wrong.

1. Can this sort of gaming concept popular? Could it take off?
2. In how far would this be a sensible choice?
4. How did other games implement Google Maps as a basis for their gameplay?
5. Has this idea already crossed somebody's mind?


1. Yes.
2. Your question is unclear. Can you ask a more specific question?
4. Name some games that implement Google Maps, and do some research on those games. (I don't know of any such games.)
5. There is absolutely no way to know.

-- Tom Sloper -- sloperama.com

You're opening yourself to a lot of potential legal grief.

Say your random generator (or scripted level) links to a particular building and the building's owner doesn't quite like the idea of your insinuating there's been a crime there?

Most likely this ends up in a lawsuit.

Of course, this assumes the game becomes popular, but from a law standpoint, this concept is exposing you to potential grief.

Just my 2 cents.

The only game I can think of that implements google maps is a game by Google themselves: Ingress

May be worth checking out.

"I would try to find halo source code by bungie best fps engine ever created, u see why call of duty loses speed due to its detail." -- GettingNifty

I don't think you'll have much luck using google maps for this. Take a look at Open Street Maps instead: https://www.openstreetmap.org/about

I love the idea of games that use real world maps, best of luck to you!

Actually there are lots of games out there using Google Maps. Usually RTSs or Zombie Simulators.

http://www.class3outbreak.com

http://www.wonder-tonic.com/zombie/

https://www.mapstd.com

http://www.walewijndenboer.nl/geoguns/

You just need to google to find them.

The claims that you are opening yourself up to legal grief are non founded as long as you use the Google Maps API and follow their rules. If somebody doesn't want there building to appear in your game then they need to remove it from Google Maps and loose any potential free advertising that they get from it featuring in Google Map searches.

There are limitations to using the GoogleMaps API particularly with the amount of requests you can make in a set time period.

If you want to use something a little more "spectacular" than Google Maps then check out this API:
https://www.eegeo.com/jobs/

This topic is closed to new replies.

Advertisement