wasabirobby / memorygame

Memory game like NoPixel for any framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memorygame

Memory game like NoPixel for any framework Inspired by - https://codepen.io/torbenxxx/pen/MWJBzWP

Usage

Put the folder in your resources and start in resources.cfg ensure memorygame

How to use export

    -- correctBlocks = Number of correct blocks the player needs to click
    -- incorrectBlocks = number of incorrect blocks after which the game will fail
    -- timetoShow = time in secs for which the right blocks will be shown
    -- timetoLose = maximum time after timetoshow expires for player to select the right blocks
 exports["memorygame"]:thermiteminigame(10, 3, 3, 10,
    function() -- success
        print("success")
    end,
    function() -- failure
        print("failure")
    end)

About

Memory game like NoPixel for any framework


Languages

Language:JavaScript 38.4%Language:HTML 26.7%Language:Lua 22.4%Language:CSS 12.5%