Skip to content

Commit

Permalink
Merge branch 'master' of github.com:geoloqi/MapAttack-iPhone
Browse files Browse the repository at this point in the history
  • Loading branch information
deepabhan committed Sep 26, 2011
2 parents 5d724a3 + 1580469 commit a876387
Show file tree
Hide file tree
Showing 7 changed files with 385 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
Classes/LQConfig.h

# osx noise
.DS_Store
profile
Expand Down
2 changes: 1 addition & 1 deletion Classes/Database.h
Expand Up @@ -3,7 +3,7 @@
// MapAttack
//
// Created by Deepa Bhan on 9/14/11.
// Copyright 2011 __Geoloqi.com__. All rights reserved.
// Copyright 2011 Geoloqi LLC. All rights reserved.
//

#import <Foundation/Foundation.h>
Expand Down
2 changes: 1 addition & 1 deletion Classes/Database.m
Expand Up @@ -3,7 +3,7 @@
// MapAttack
//
// Created by Deepa Bhan on 9/14/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
// Copyright 2011 Geoloqi LLC. All rights reserved.
//

#import "Database.h"
Expand Down
2 changes: 1 addition & 1 deletion Classes/GameListViewController.m
@@ -1,4 +1,4 @@
//
//
// GameList.m
// MapAttack
//
Expand Down
8 changes: 5 additions & 3 deletions Classes/LQConfig.h → Classes/LQConfigTemplate.h
Expand Up @@ -6,9 +6,11 @@
// Copyright 2011 Geoloqi.com. All rights reserved.
//

#define LQ_OAUTH_CLIENT_ID @"7bcd478f26bd14b1fed18e9fe59e506f"
#define LQ_OAUTH_SECRET @"8bf6952f46f325311a67d5a3ed90c9a0"
#define LQ_USER_AGENT @"mapattack-11.247"
// Get a client ID and secret from https://developers.geoloqi.com

#define LQ_OAUTH_CLIENT_ID @""
#define LQ_OAUTH_SECRET @""
#define LQ_USER_AGENT @"mapattack-11.267"

#define LQ_WRITE_SOCKET_HOST @"loki.geoloqi.com"
#define LQ_WRITE_SOCKET_PORT 40000
Expand Down
339 changes: 339 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions README.md
@@ -0,0 +1,36 @@

About MapAttack
===============

http://mapattack.org

MapAttack is a game of real-time strategy built for real life. Virtual geofences
are scattered onto the map and players must physically go to where they are on the
map in order to capture them. The winner is the team that captures the most points.

The game is powered by the Geoloqi platform (https://geoloqi.com) and interacts with
its REST and Streaming APIs. See https://developers.geoloqi.com for more information.

You will also need to run a game server which you can find here: https://github.com/geoloqi/MapAttack



How to Use
==========

To run this app, you will first need to create an application on the Geoloqi Developer
website, https://developers.geoloqi.com. Once you create an application you will get
a client ID and secret. Copy LQConfigTemplate.h to a file called LQConfig.h and fill
in your client ID and secret.


License
=======

Copyright 2011 by Geoloqi LLC and contributors.

See LICENSE

If you would like to discuss different licensing options, please contact us at info@geoloqi.com
or on our website, https://geoloqi.com.

0 comments on commit a876387

Please sign in to comment.