RPG / GTA-style game engine built on top of Google Maps Javascript APIs
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.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
http://badassquest.davidmonllao.com
No i18n, no i10n, no a11y.
npm install -g bower
npm install -g requirejs
git clone git://github.com/dmonllao/badassquest.git /somewhere/in/www
cd /somewhere/in/www
npm install
bower install
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