All Projects → dmonllao → badassquest

dmonllao / badassquest

Licence: GPL-2.0 license
RPG / GTA-style game engine built on top of Google Maps Javascript APIs

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to badassquest

hacker-feud
💥 A single page web game made with Svelte.
Stars: ✭ 61 (+134.62%)
Mutual labels:  game-2d, javascript-game
Cavemen-GGJ2019
A multiplayer survival game developed during Global Game Jam 2019.
Stars: ✭ 21 (-19.23%)
Mutual labels:  phaser, html5-game-development
Shapez.io
shapez.io is an open source base building game inspired by factorio! Available on web & steam
Stars: ✭ 4,357 (+16657.69%)
Mutual labels:  game-2d, javascript-game
phaser-3-vsc-typescript-nodejs
Template for a new Phaser 3 project with Visual Studio Code, TypeScript, and Node.js.
Stars: ✭ 18 (-30.77%)
Mutual labels:  html5-game-development, javascript-game
Phaser3 Tilemap Pack
Phaser 3 Project Template with Webpack, Tilemap, and Asset Pack
Stars: ✭ 87 (+234.62%)
Mutual labels:  phaser, javascript-game
Stage.js
2D HTML5 rendering and layout engine for game development
Stars: ✭ 2,138 (+8123.08%)
Mutual labels:  game-2d, html5-game-development
Phaser3.Boilerplate
Phaser 3 Boilerplate project for rapid development.
Stars: ✭ 15 (-42.31%)
Mutual labels:  phaser, javascript-game
phaser-3-palette-swapping-example
Example of using palette swapping on a spritesheet in Phaser 3.
Stars: ✭ 32 (+23.08%)
Mutual labels:  phaser, html5-game-development
Gowog
Gowog, Golang based Web multiplayer Online Game
Stars: ✭ 75 (+188.46%)
Mutual labels:  phaser, game-2d
Phaser
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
Stars: ✭ 30,918 (+118815.38%)
Mutual labels:  phaser, html5-game-development
Phaser Kinetic Scrolling Plugin
Kinetic Scrolling plugin for Canvas using Phaser Framework
Stars: ✭ 117 (+350%)
Mutual labels:  phaser, javascript-game
Badsanta
BadSanta - Multiplayer HTML5 Game (http://santa.qake.se)
Stars: ✭ 97 (+273.08%)
Mutual labels:  phaser, javascript-game
Slither.io Clone
Learn how to make Slither.io with JavaScript and Phaser! This game clones all the core features of Slither.io, including mouse-following controls, snake collisions, food, snake growth, eyes, and more. Progress through each part of the source code with our Slither.io tutorial series.
Stars: ✭ 168 (+546.15%)
Mutual labels:  phaser, javascript-game
coworking-mobile
🗣👥 An application that aims to bring together companies with spaces for rent and people looking for coworking.
Stars: ✭ 20 (-23.08%)
Mutual labels:  google-maps
dungeonz
Everything for the game Rogueworld.
Stars: ✭ 88 (+238.46%)
Mutual labels:  phaser
weapons-on-back
A GTA V (FiveM) script that will make certain weapons show up on a player's back if they have it in their weapon wheel.
Stars: ✭ 40 (+53.85%)
Mutual labels:  gta
pong-almost-from-scratch
This is an attempt of making the game pong using modern programming languages
Stars: ✭ 14 (-46.15%)
Mutual labels:  javascript-game
ncursesPac
ncurses pacman written in C++
Stars: ✭ 23 (-11.54%)
Mutual labels:  game-2d
svelte-mapbox
MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
Stars: ✭ 267 (+926.92%)
Mutual labels:  google-maps
geojson-editor
A modified version of Googles Simple GeoJSON Editor
Stars: ✭ 43 (+65.38%)
Mutual labels:  google-maps

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].