Minesweepr classic game developed using Ionic Framework v4
- Clone this repository.
- Install Ionic Cli, instructions here
- Install Cordova
npm i -g cordova
- Replace the API route in
src/services/env.service.ts
- and finally you can run the app with
$ ionic cordova run browser
As it is developed with Ionic and Angular it is ready to be compiled for Android and iOS applications.
Test DEMO available here
- Register users and login.
- User pesistence.
- Some user game stats.
- UX ready for mobile.
Tested with these tools version
$ ionic info
Ionic:
Ionic CLI : 6.11.0
Utility:
cordova-res : 0.15.1
native-run : 1.0.0
System:
NodeJS : v13.3.0
npm : 6.13.1
OS : macOS Catalina
- Game timer
- Flag indicator
- Question Marks
MIT