Coder Social home page Coder Social logo

ran-minigames's Introduction

Ran Minigames

A collection of minigame (will expand more)

Memory Card Minigame

MemoryMinigame

---time is optional, time is in seconds
--[[
    return: boolean
]]
exports['ran-minigames']:MemoryCard(time)

-- Example
local success = exports['ran-minigames']:MemoryCard(360)
if success then
    --your logic here
end

Mine Sweep Minigame

Usually use it in a robbery script like my store robbery

minesweep

--[[
    money, bomb, bombfail are required.
    money: number; (Maximum money amount to get)
    bomb: number; (How much bomb the minigame has)
    bombfail: number; (How much bomb limit we get to force cash out)
    position?: "left" | "right" | "center"
]]
exports['ran-minigames']:MineSweep(money, bomb, bombfail, position)

-- EXAMPLE
local success = exports['ran-minigames']:MineSweep(12000, 12, 3, "center")
-- Will return amount of money we get from minigame
print(success)

Terminal Text

I don't really know what to name this one 🥲, but the way it work is you need to find the same text on the right, in example I have to find UX and has a content HACK, 404, CLI,... ETC

terminal

--[[
    WILL RETURN A BOOLEAN
]]
 exports['ran-minigames']:OpenTerminal()

 -- EXAMPLE
 local success = exports['ran-minigames']:OpenTerminal()

Support

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

ran-minigames's People

Contributors

randxdev avatar

Stargazers

 avatar António Neves avatar  avatar Dave Lowe avatar Chiantine P. Manigos avatar  avatar Roman Hossain Shaon avatar  avatar Zemo avatar  avatar TheCrazy avatar  avatar Jeay avatar  avatar Plomyk avatar Second Thought  avatar Ryuukii avatar Yamada Taro avatar  avatar  avatar GabzQc avatar  avatar Magu avatar Pattarapon Koomphon avatar  avatar  avatar ɾ avatar  avatar

Watchers

 avatar Dennrick avatar  avatar  avatar

ran-minigames's Issues

Memorygame

when you use lower resolution than 1080p the last row is cut
Screen
obraz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.