This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
# Database | |
db: | |
image: mysql:5.7 | |
volumes: | |
- db_data:/var/lib/mysql | |
restart: always | |
environment: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.gamblore.maze.entities; | |
import java.util.LinkedList; | |
import java.util.List; | |
import com.badlogic.gdx.Gdx; | |
public class Maze { | |
private static final String TAG = "Maze"; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#init | |
This is the tutorial source code. | |
Type exactly what you see here. | |
Be careful not to make any mistakes as you are writing this. | |
Doing so may aleart MEGACOM's agents. | |
Quickly hack to complete your mission. | |
This concludes the tutorial. | |
#end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 The quick brown fox jumped over the lazy dog. | |
2 The quick brown fox jumped over the lazy dog. | |
3 The quick brown fox jumped over the lazy dog. |