Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit e7f7cee

Browse files
committed
feat: the first part of the documentation was finished
1 parent 9509a8a commit e7f7cee

File tree

3 files changed

+61
-4
lines changed

3 files changed

+61
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2021-2050 Josscoder
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,59 @@
1-
# SquidGame
2-
> 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
1+
<img height="300" src="https://i.imgur.com/odwLWJV.png" width="1000" alt=""/>
2+
3+
## 🤔 What is this?
4+
5+
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
6+
7+
## 🎲 How many games does it have?
8+
9+
In total there are 7 games, as in the official series:
10+
11+
- Red Light, Green Light:
12+
13+
- Instruction: To win you must reached the goal
14+
15+
![](https://i.imgur.com/eQt3nV7.png)
16+
17+
- Sugar Honey Combs:
18+
19+
- Instruction: Break 10 blocks with the Burning Needle to win!
20+
21+
![](https://i.imgur.com/RdXKsZW.png)
22+
23+
- Night Ambush:
24+
25+
- Instruction: We have heard that various groups came together to kill players and raise the amount of money... survive
26+
27+
![](https://i.imgur.com/8OxrAXu.png)
28+
29+
- Tug Of War:
30+
31+
- Instruction: Throw players from the other team into the void, remember that the people who don't fall will win!
32+
33+
![](https://i.imgur.com/5L0to5W.png)
34+
35+
- Marbles:
36+
37+
- Instruction: Guess if the number is even or odd to get 20 marbles and win!
38+
39+
![](https://i.imgur.com/lUqYi7B.png)
40+
41+
- Hopscotch:
42+
43+
- 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
44+
45+
![](https://i.imgur.com/vNdUXfY.png)
46+
47+
- Squid Game:
48+
49+
- Instruction: Wow, last game, speaking of last... the last person standing wins!
50+
51+
![](https://i.imgur.com/W4Yw2AP.png)
52+
53+
To observe in a better way, here is a video with the finished game:
54+
55+
[![Watch the video](https://i.imgur.com/w8D2Ty1.png)](https://youtu.be/Rr-WE7pSW_k)
56+
57+
## 📜 LICENSE
58+
59+
This game is licensed under the [Apache License 2.0](https://github.com/Josscoder/SquidGame/blob/main/LICENSE), this game was completely created by Josscoder (Luciano Mejia)

src/main/java/jossc/squidgame/phase/Hopscotch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public String getName() {
3535

3636
@Override
3737
public String getInstruction() {
38-
return "In this game you have to reach the goal, remember that there are tempered crystals through which you can walk... the rest are fake.";
38+
return "In this game you have to reach the goal, remember that there are tempered crystals through which you can walk... the rest are fake";
3939
}
4040

4141
@Override

0 commit comments

Comments
 (0)