Laptop security app using the Construct 3 engine.

0 favourites
  • 3 posts
From the Asset Store
Casino? money? who knows? but the target is the same!
  • Hello Construct enthusiasts,

    I have an idea to create a laptop security app using the Construct 3 engine. It's a one-day project aimed at impressing (and maybe pranking just a little) my wife. The concepts are pretty straightforward.

    Concept 1:

    An Android app that users can activate and then place a phone on the lid of their laptop. If someone removes the phone, the app triggers an alarm to alert you that someone is attempting to access your laptop.

    Concept 2:

    Another Android app, but in this case, it sends a signal to your smartwatch (like a Mi Band) to alert you that someone is trying to access your laptop.

    The choice of concept largely depends on which one is easier to implement.

    Any thoughts, ideas, and advice on how to create such an app with Construct 3 are greatly appreciated.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Concept 1 will not work as soon when phone is locked unfortunately, due to cordova limitations. Generally should probably be done with the accelerometer data.

    Concept 2 It is possible to send some push notifications with some third party services via js api but it brings you back to problem with concept one , as far as app can not properly run in a background.

    Still idea is cool , and you can probably easily create it with more standart and application(not a game) focused tools like Android studio/Xcode.

  • Concept 1 will not work as soon when phone is locked unfortunately, due to cordova limitations. Generally should probably be done with the accelerometer data.

    Concept 2 It is possible to send some push notifications with some third party services via js api but it brings you back to problem with concept one , as far as app can not properly run in a background.

    Still idea is cool , and you can probably easily create it with more standart and application(not a game) focused tools like Android studio/Xcode.

    Thank you for your prompt reply and ideas you provided.

    I've also contemplated using the accelerometer along with an 'On any touch' event to detect even the gentlest phone movement.

    You're absolutely correct regarding locked phones. But Android phones can be easily configured to lock after a specified duration, or that feature can be turned off. Additionally, there might be an option to disable the lock button on a phone.

    However, you pointed out a significant challenge. Cordova does have its limitations, and currently, I'm uncertain about how to address the issue of someone simply closing the app when the alarm is triggered. It's a challenge I'm still trying to solve🤔

    UPD:I believe it's possible to partially address this issue by enabling 'play in the background' on the Audio object. However, it's important to note that the app can still be easily closed, and unfortunately, this seems to be an unavoidable challenge.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)