Skip to content

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

License

Notifications You must be signed in to change notification settings

openforge/openfarm-puzzle-game

Repository files navigation

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