[WIP][ECON] Keno v0.0 - A Gambler Addict Game![1.2.5]

Discussion in 'WIP and Development Status' started by TopGear93, Apr 20, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    TopGear93

    Keno
    v0.0

    Keno is a numbers type gambling game. You choose a *spot* between 1-10, 5 numbers between 1-80 or a quickpick, draw price either 1$ - 3$- 5$ - 10$, multiplier(yes/no), and draw multiplier. the draw multiplier will multiply your draw price by either 1-2-3-4-5-6-7-8-9-10-20

    http://www.galottery.com/games/draw-games/keno

    Notes: *all notes are in developer uppercase.*
    Spots comparison with numbers that can be chosen
    Show Spoiler

    //IF PRICE = 1 && MULTIPLIER = 1 TOTAL = 1
    //IF PRICE = 2 && MULTIPLIER = 2 TOTAL = 4$
    //IF PRICE = 3 && MULTIPLIER = 3 TOTAL = 9$
    //IF PRICE = 4 && MULTIPLIER = 4 TOTAL = 16$
    //IF PRICE = 5 && MULTIPLIER = 5 TOTAL = 25$
    //IF PRICE = 6 && MULTIPLIER = 6 TOTAL = 32$
    //IF PRICE = 7 && MULTIPLIER = 7 TOTAL = 49$
    //IF PRICE = 8 && MULTIPLIER = 8 TOTAL = 64$
    //IF PRICE = 9 && MULTIPLIER = 9 TOTAL = 81$
    //IF PRICE = 10 && MULTIPLIER = 10 TOTAL = 100$
    //IF PRICE = 10 && MULTIPLIER = 20 TOTAL = 200$
    Permissions:
    Show Spoiler

    place holder
    Commands:
    /keno spot# price multiplier drawmultiplier

    (ie - /keno 10 10 yes 20)

    Todo:
    • Random # Generator. DONE
      - Generate a line of # based on spot
      - Save all generated # to file
      - # AI? Use old number lists but mix the numbers up.
    • Commands
      - Config Reload
      - Force draw numbers
      - Help command
      - command for picking your 20# DONE
    • Payout if any of the players number match the Random Gen then give a small reward. If all numbers match give JackPot.
    Download:
    null

    Source:
    null

    ChangeLog:
    vo.o - Indev
     
Thread Status:
Not open for further replies.

Share This Page