项目作者: dmonllao

项目描述 :
RPG / GTA-style game engine built on top of Google Maps Javascript APIs
高级语言: JavaScript
项目地址: git://github.com/dmonllao/badassquest.git
创建时间: 2015-11-18T15:29:43Z
项目社区:https://github.com/dmonllao/badassquest

开源协议:GNU General Public License v2.0

下载


Intro

Badass Quest is an open source framework based on Google Maps API for old-GTA-style games. Unfortunately, on July 2018 Google changed their pricing policy which made Badass For President, the game that served as example of the framework, unmaintainable (costs changed from zero to $2000AUD a month) and they seem to require a Google developer account with billing enabled even for local development.

Chuck Norris Chuck Norris, your friend Fight Fight screen Actions example Actions example
Map Map view Extortion Extortion Barcelona's new Mayor Barcelona’s new Mayor

Play it

http://badassquest.davidmonllao.com

Development

No i18n, no i10n, no a11y.

Requirements

  • NPM
  • Bower installed globally
  • A Google account with Google Maps APIs and billing enabled
  1. npm install -g bower
  2. npm install -g requirejs

Install

  1. git clone git://github.com/dmonllao/badassquest.git /somewhere/in/www
  2. cd /somewhere/in/www
  3. npm install
  4. bower install

Run it locally

You just need to start grunt to watch for CSS changes, it autocompiles and minifies it.

  1. grunt watch
  2. whatever-browser-you-use /somewhere/in/www/index.html

Other stuff

Update people pictures

Non-bower dependencies

Credits