Skip to content

dmonllao/badassquest

Repository files navigation

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
npm install -g bower
npm install -g requirejs

Install

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

Run it locally

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

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

Other stuff

Update people pictures

Non-bower dependencies

Credits