Git Product home page Git Product logo

squidgame's Introduction

๐Ÿค” What is this?

This is a group of games based on the Netflix series named in the same way (Squid Game). This is to demonstrate the operation of the GameAPI previously uploaded to my Github profile

๐ŸŽฒ How many games does it have?

In total there are 7 games, as in the official series:

  • Red Light, Green Light:

    • Instruction: To win you must reached the goal

  • Sugar Honey Combs:

    • Instruction: Break 10 blocks with the Burning Needle to win!

  • Night Ambush:

    • Instruction: We have heard that various groups came together to kill players and raise the amount of money... survive

  • Tug Of War:

    • Instruction: Throw players from the other team into the void, remember that the people who don't fall will win!

  • Marbles:

    • Instruction: Guess if the number is even or odd to get 20 marbles and win!

  • Hopscotch:

    • Instruction: In this game you have to reach the goal, remember that there are tempered crystals through which you can walk... the rest are fake

  • Squid Game:

    • Instruction: Wow, last game, speaking of last... the last person standing wins!

To observe in a better way, here is a video with the finished game:

Watch the video

๐Ÿ”จ Installation & Setup

  • First, download the latest version here
  • Second, go to the plugins folder of your server and put the previously downloaded file inside.
  • Third, restart your server and you can start configuring,
developmentMode: false #when this is false, the game itself will not work, only developer settings, play sounds and get position are enabled
maxPlayers: 5
minPlayers: 2
maps: # These are all the maps we use
  waitingRoomMap:
    name: world # This will be the name of the world that will be the waiting room
    safeSpawn: 119:14:130 # This will be the center or the place where you always appear
    exitEntitySpawn: 122:12:132 # This is the position where the exit entity to the lobby will be
    pedestalCenterSpawn: 147:11:129 # This will be the position where you appear in the final stage, when the winner is on the pedestal
    pedestalOneSpawn: 156:14:129
    pedestalTwoSpawn: 156:13:133
    pedestalThreeSpawn: 156:12:125
  roomMap:
    name: SquidGameRoom
    safeSpawn: 0:101:0
  greenLightRedLightMap:
    name: RedLightGreenLight
    safeSpawn: 128:6:103
    goalCornerOne: 148:5:149
    goalCornerTwo: 108:25:158
    dollPosition: 128:6:152 # This will be the position in which the doll appears in the game red light green light
  sugarHoneycombsMap:
    name: SugarHoneyCombs
    safeSpawn: 128:4:128
    spawns: # These are the positions of all the rooms where the players appear to break the blocks
      '1': 323:4:152
      '2': 323:4:109
      '3': 286:4:109
      '4': 286:4:152
      '5': 304:4:130
  tugOfWarMap:
    name: TugOfWar
    safeSpawn: 128:4:128
    red:
      spawns: # These are the positions where the players appear in the game of Tug of War
        '1': 128:17:130
        '2': 129:17:130
        '3': 130:17:130
        '4': 127:17:130
        '5': 126:17:130
    blue:
      spawns:
        '1': 128:17:125
        '2': 129:17:125
        '3': 130:17:125
        '4': 127:17:125
        '5': 126:17:125
  marblesMap:
    name: Marbles
    safeSpawn: 128:5:128
    odd: # This will be the place where the player will stop to say that the number is odd, for this you have to get the upper corner and then the side corner at the bottom, covering the entire area
      cornerOne: 130:4:132
      cornerTwo: 126:9:136
    pair:
      cornerOne: 130:4:124
      cornerTwo: 126:9:120
  hopscotchMap:
    name: Hopscotch
    safeSpawn: 128:16:152
    crystal:
      number: 10 # This is the number of glass sections the map will have
      sections:
        '1':
          - 127:15:147 # This is the position of the first crystal
          - 129:15:147 # This is the position of the second crystal
        '2':
          - 127:15:143
          - 129:15:143
        '3':
          - 127:15:139
          - 129:15:139
        '4':
          - 127:15:135
          - 129:15:135
        '5':
          - 127:15:131
          - 129:15:131
        '6':
          - 127:15:127
          - 129:15:127
        '7':
          - 127:15:123
          - 129:15:123
        '8':
          - 127:15:119
          - 129:15:119
        '9':
          - 127:15:115
          - 129:15:115
        '10':
          - 127:15:111
          - 129:15:111
    goal: # This is the position of the goal, it is recorded just like the game of marbles
      cornerOne: 134:13:108
      cornerTwo: 120:23:100

If you have any questions, contact me through my discord Josscoder#9867 or on my Twitter

Maps

https://www.mediafire.com/folder/zcn1r1k05fhfl/squidgame-maps

๐Ÿ“œ LICENSE

This game is licensed under the Apache License 2.0, this game was completely created by Josscoder (Josรฉ Luciano Mejia Arias)

squidgame's People

Contributors

dependabot[bot] avatar josscoder avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

goudancoffee

squidgame's Issues

Throwing java.lang.RuntimeException: java.lang.NumberFormatException: empty String

I installed the Plugin on my Server, restarted and it throw me this Exception: [ERROR] Throwing
java.lang.RuntimeException: java.lang.NumberFormatException: empty String
at cn.nukkit.plugin.PluginManager.enablePlugin(PluginManager.java:440) [server.jar:?]
at cn.nukkit.Server.enablePlugin(Server.java:750) [server.jar:?]
at cn.nukkit.Server.enablePlugins(Server.java:739) [server.jar:?]
at cn.nukkit.Server.(Server.java:582) [server.jar:?]
at cn.nukkit.Nukkit.main(Nukkit.java:120) [server.jar:?]
Caused by: java.lang.NumberFormatException: empty String
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1842) ~[?:1.8.0_312]
at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110) ~[?:1.8.0_312]
at java.lang.Double.parseDouble(Double.java:538) ~[?:1.8.0_312]
at net.josscoder.gameapi.util.VectorUtils.stringToVector(VectorUtils.java:35) ~[?:?]
at jossc.squidgame.SquidGamePlugin.initGameSettings(SquidGamePlugin.java:114) ~[?:?]
at jossc.squidgame.SquidGamePlugin.init(SquidGamePlugin.java:58) ~[?:?]
at net.josscoder.gameapi.Game.onEnable(Game.java:190) ~[?:?]
at cn.nukkit.plugin.PluginBase.setEnabled(PluginBase.java:89) ~[server.jar:?]
at cn.nukkit.plugin.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:117) ~[server.jar:?]
at cn.nukkit.plugin.PluginManager.enablePlugin(PluginManager.java:436) ~[server.jar:?]
... 4 more

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.