Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
first commit
  • Loading branch information
3ddelano committed Jul 6, 2021
0 parents commit 4559792
Show file tree
Hide file tree
Showing 41 changed files with 1,731 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build/
project/.import
project/export.cfg
project/export_presets.cfg
*nmpz.bak
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Slide Puzzle | Godot
Classic slide puzzle game made with Godot game engine.
<br>
<img alt="gdscript" src="https://img.shields.io/badge/-GODOT-478CBF?style=flat-square&logo=godotengine&logoColor=white" />

# Installation
Download the zip of the repo and extract it to a folder. Open Godot 3.3.2-stable, and click import then navigate to the extracted folder and click on the project folder then project.godot.


# Features
- Supports changing board size
- Supports custom background images
- Supports mouse and keyboard input
- Supports showing and hiding tile numbers

# Screenshots
### Start screen
<img src="https://cdn.discordapp.com/attachments/360062738615107605/861879929963806721/unknown.png" />

### Game screen
<img src="https://cdn.discordapp.com/attachments/360062738615107605/861880393112223774/unknown.png" />
Binary file added project/assets/backgrounds/deku.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions project/assets/backgrounds/deku.jpg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/deku.jpg-5b907a925de57f20a269a9e8884d5b4c.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/backgrounds/deku.jpg"
dest_files=[ "res://.import/deku.jpg-5b907a925de57f20a269a9e8884d5b4c.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
Binary file added project/assets/backgrounds/saitama.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions project/assets/backgrounds/saitama.jpg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/saitama.jpg-c8f83ed60fca13a3f58cb729f6dd1a70.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/backgrounds/saitama.jpg"
dest_files=[ "res://.import/saitama.jpg-c8f83ed60fca13a3f58cb729f6dd1a70.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
Binary file added project/assets/fonts/Roboto-Bold.ttf
Binary file not shown.
Binary file added project/assets/fonts/Roboto-Regular.ttf
Binary file not shown.
9 changes: 9 additions & 0 deletions project/assets/fonts/roboto_b_36.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]

[ext_resource path="res://assets/fonts/Roboto-Bold.ttf" type="DynamicFontData" id=1]

[resource]
size = 36
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )
8 changes: 8 additions & 0 deletions project/assets/fonts/roboto_r_16.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]

[ext_resource path="res://assets/fonts/Roboto-Regular.ttf" type="DynamicFontData" id=1]

[resource]
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )
9 changes: 9 additions & 0 deletions project/assets/fonts/roboto_r_20.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]

[ext_resource path="res://assets/fonts/Roboto-Regular.ttf" type="DynamicFontData" id=1]

[resource]
size = 20
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )
Binary file added project/assets/icons/discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions project/assets/icons/discord.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/discord.png-050142d0d05356031368e6950290f8aa.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/icons/discord.png"
dest_files=[ "res://.import/discord.png-050142d0d05356031368e6950290f8aa.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
Binary file added project/assets/icons/discord_hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions project/assets/icons/discord_hover.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/discord_hover.png-5bc0fda64da2bdbab6457f2a30413f5a.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/icons/discord_hover.png"
dest_files=[ "res://.import/discord_hover.png-5bc0fda64da2bdbab6457f2a30413f5a.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
Binary file added project/assets/icons/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions project/assets/icons/settings.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/settings.png-9e60c86d9b162ed0f32eee17a57d027f.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/icons/settings.png"
dest_files=[ "res://.import/settings.png-9e60c86d9b162ed0f32eee17a57d027f.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
Binary file added project/assets/icons/website.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions project/assets/icons/website.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/website.png-0c91fb372008163badf8dfb5c036d4c4.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/icons/website.png"
dest_files=[ "res://.import/website.png-0c91fb372008163badf8dfb5c036d4c4.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
Binary file added project/assets/icons/website_hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions project/assets/icons/website_hover.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/website_hover.png-3279a77495d72118480b4888c98b10f5.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/icons/website_hover.png"
dest_files=[ "res://.import/website_hover.png-3279a77495d72118480b4888c98b10f5.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
3 changes: 3 additions & 0 deletions project/assets/styles/styleboxempty.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[gd_resource type="StyleBoxEmpty" format=2]

[resource]
6 changes: 6 additions & 0 deletions project/assets/themes/custom_theme.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[gd_resource type="Theme" load_steps=2 format=2]

[ext_resource path="res://assets/fonts/roboto_r_20.tres" type="DynamicFont" id=1]

[resource]
default_font = ExtResource( 1 )
7 changes: 7 additions & 0 deletions project/default_env.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[gd_resource type="Environment" load_steps=2 format=2]

[sub_resource type="ProceduralSky" id=1]

[resource]
background_mode = 2
background_sky = SubResource( 1 )
Binary file added project/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions project/icon.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://icon.png"
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
Loading

0 comments on commit 4559792

Please sign in to comment.