Skip to content

Nathan-FiveM/memorygame_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memorygame

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

Edited by Nathan#8860

Updated to use a 5x5 grid for qb-storerobberies

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_2"]:thermiteminigame(10, 3, 3, 10,
    function() -- success
        print("success")
    end,
    function() -- failure
        print("failure")
    end)

About

5x5 Memory Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published