openforge / openfarm-puzzle-game

A candy-crush like match three puzzle game with Ionic, Angular, and Phaser.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Candy-crush style match three puzzle Game

OpenFarm Puzzle Game

Uses Ionic, Angular, Capacitor, Game-Services, and Phaser.js

npm install

npx nx run example-app-angular:serve (where example-app-angular is the name you replaced with above)

You should now load your example app!

Features

Plugins

The app uses the following Capacitor APIs:

Build Process

Build for android

ionic capacitor build android

Run from Android Studio

Build for ios

ionic capacitor build ios

Run from Xcode

Serve Process

In order to serve the app run:

ionic serve

Instructions

  1. Clone the repository using 'Use template' (and don't forget to give us a Star / Follow on Github, please!)
  2. Search + Replace all instances of 'example-app-angular-e2e' with your app name (important to do this first)
  3. Search + Replace all instances of 'example-app-angular' with your app name
  4. Change the folder names for example-app-angular and example-app-angular-e2e to what you named for steps #1 and #2
  5. Search + Replace all instances of 'openfarm-puzzle-game2.0' with your project name
  6. Search + Replace 'openforge' with your company name. This is the NX project scope that allows you to import libraries using @openforge

That's it for the renaming! Now to test..

About

A candy-crush like match three puzzle game with Ionic, Angular, and Phaser.js

License:MIT License


Languages

Language:TypeScript 82.7%Language:SCSS 9.1%Language:Swift 3.0%Language:HTML 2.8%Language:Java 1.3%Language:Ruby 0.7%Language:Shell 0.4%