• Resolved biskootz

    (@biskootz)


    Hi. Can we add some functionality to the plugin like,

    1. Save score for each user and replace if they obtain new high score
    2. Show highest score based on site users

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Chris David Miles

    (@chrisdavidmiles)

    Thank you for the suggestion, but I don’t have any plans on adding more features to the game or modifying it beyond what’s needed to work with other common WordPress plugins, because I want to keep the plugin lightweight and fast.

    The game is a JavaScript file forked from the ‘T-Rex runner’ game in Chromium (Google Chrome) https://cs.chromium.org/chromium/src/components/neterror/resources/offline.js Since it was designed to run in the “offline” screen of Chrome, it’s made to be very lightweight and have no persistent memory for options or high scores. The plugin version of this game was made with a similar goal. It is used as a shortcode, makes no use of the WordPress database or user sessions, and is fully cacheable.

    However, there are some interesting forks of the same JavaScript on github you may want to check out if you wanted to take on that project yourself. https://github.com/wayou/t-rex-runner Those are open to fork and so is this plugin. You’re free to make any modification you wish.

Viewing 1 replies (of 1 total)
  • The topic ‘Save user score and show site highest score’ is closed to new replies.