All Projects → DaxChen → phaser-cat

DaxChen / phaser-cat

Licence: MIT license
A 2D top-down shooting game, built with phaser + box2d plugin

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to phaser-cat

Dot-World-Maker
Online web role playing game (RPG) engine let you build your own game directly from your browser.
Stars: ✭ 25 (+47.06%)
Mutual labels:  html5-game, 2d-game
Phaser Node Kit
Rapid Game Development with PhaserJS and Node for Modern Browsers
Stars: ✭ 39 (+129.41%)
Mutual labels:  phaser, html5-game
Ancientbeast
Turn Based Strategy Game. Master your beasts! 🐺
Stars: ✭ 907 (+5235.29%)
Mutual labels:  html5-game, 2d-game
FallingSandSurvival
2D survival game inspired by Noita and slightly Terraria
Stars: ✭ 66 (+288.24%)
Mutual labels:  box2d, 2d-game
Phaser Project Template Es6
Phaser 3 - Starter Template with ES6 (ESNext features included) and webpack.
Stars: ✭ 142 (+735.29%)
Mutual labels:  phaser, html5-game
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (+711.76%)
Mutual labels:  html5-game, 2d-game
Phaser3 Typescript
Phaser 3 and TypeScript
Stars: ✭ 676 (+3876.47%)
Mutual labels:  phaser, html5-game
Badsanta
BadSanta - Multiplayer HTML5 Game (http://santa.qake.se)
Stars: ✭ 97 (+470.59%)
Mutual labels:  phaser, 2d-game
Phaser Examples
Contains hundreds of source code examples and related media for the Phaser HTML5 Game Framework.
Stars: ✭ 1,680 (+9782.35%)
Mutual labels:  phaser, html5-game
Reldens
Reldens - You can make it - Open Source MMORPG Platform
Stars: ✭ 130 (+664.71%)
Mutual labels:  phaser, html5-game
Phaser Project Template
🕹️ Phaser 3 - Starter Template with TypeScript and webpack.
Stars: ✭ 186 (+994.12%)
Mutual labels:  phaser, html5-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 (+888.24%)
Mutual labels:  phaser, html5-game
Nero-Game-Engine
Advanced SFML Game Engine, Designed to be Simple and Intuitive
Stars: ✭ 50 (+194.12%)
Mutual labels:  box2d, 2d-game
uai shot
A multiplayer ship game built with Elixir, Phoenix Framework and Phaser. 🚀
Stars: ✭ 53 (+211.76%)
Mutual labels:  phaser
phaser3-simple-rpg
A simple Phaser3 RPG using Typescript ⚔️
Stars: ✭ 80 (+370.59%)
Mutual labels:  phaser
html5-game-development-gulp-workflow
🎮 A gulp workflow that is optimised for HTML5 Game Developement.
Stars: ✭ 13 (-23.53%)
Mutual labels:  html5-game
vigilante
🦇 2D pixel-art side-scrolling single-player ARPG
Stars: ✭ 63 (+270.59%)
Mutual labels:  box2d
blobwarsAttrition
A C source port of Blob Wars : Attrition
Stars: ✭ 19 (+11.76%)
Mutual labels:  2d-game
phaser-ui-comps
Phaser 3 UI Components built by Adobe Animate
Stars: ✭ 60 (+252.94%)
Mutual labels:  phaser
a trivia game
A minigame where you answer trivia questions
Stars: ✭ 27 (+58.82%)
Mutual labels:  html5-game

Click to play "Cat Fighter" (https://game.daxchen.com)

Controls:

  • arrow keys to move
  • spacebar to fire
  • E to change weapon
    • when using fireball, hold on spacebar to charge up in 3 levels

A bootstrap project to create games with Phaser + ES6 + Webpack.

Phaser+ES6+Webpack

js-standard-style

Features

  • ESLINT with JavaScript Standard Style configuration
  • Next generation of Javascript
  • Webpack ready
  • Multiple browser testing
  • WebFont Loader

Setup

To use this bootstrap you’ll need to install a few things before you have a working copy of the project.

1. Clone this repo:

Navigate into your workspace directory.

Run:

git clone https://github.com/lean/phaser-es6-webpack.git

2. Install node.js and npm:

https://nodejs.org/en/

3. Install dependencies:

Navigate to the cloned repo’s directory.

Run:

npm install

4. Run the development server:

Run:

npm run dev

This will run a server so you can run the game in a browser.

Open your browser and enter localhost:3000 into the address bar.

Also this will start a watch process, so you can change the source and the process will recompile and refresh the browser

Build for deployment:

Run:

npm run deploy

This will optimize and minimize the compiled bundle.

Credits

Big thanks to this great repos:

https://github.com/belohlavek/phaser-es6-boilerplate

https://github.com/cstuncsik/phaser-es6-demo

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].