Picross clone made with Godot
Go to file
2021-01-06 16:34:30 +01:00
assets/fonts Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
.gitattributes Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
.gitignore Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
default_env.tres Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
git_api.gdnlib Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
git_api.gdns Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
Grid.gd Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
Grid.tscn Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
HUD.gd Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
HUD.tscn Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
icon.png Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
icon.png.import Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
LineHeader.gd Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
LineHeader.tscn Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
Pix.gd Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
Pix.tscn Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
project.godot Initial commit of a minimal game 2021-01-06 16:34:30 +01:00
README.md Initial commit of a minimal game 2021-01-06 16:34:30 +01:00

Picross clone made in Godot

This is my first godot game (without counting the tutorial). It was made in a day (counting making the tutorial first) and polished a bit after. It is far from being a complete game since for now there is only one level and the puzzle is hardcoded.

The objective is to have a level selector and a level editor. The level files could be shared (in JSON ?).
But truly the ojective was learning Godot and see how fast making a game could be (with almost 0 game making experience as a developper).