Skip to content

Instantly share code, notes, and snippets.

@Draknek
Draknek / readme.txt
Last active August 26, 2024 23:40
Slime Stretch
https://puzzlescriptnext.polyomino.com/editor.html
@Draknek
Draknek / readme.txt
Last active August 19, 2024 14:00
Treasure Dive
https://puzzlescriptnext.polyomino.com/editor.html
@Draknek
Draknek / readme.txt
Created September 22, 2023 19:37
Spooky Express (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Draknek
Draknek / readme.txt
Last active July 9, 2024 11:35
Bombs and Boxes and Bombs in Boxes (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Draknek
Draknek / readme.txt
Created June 24, 2023 23:49
Mouse Wants Cheese (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Draknek
Draknek / readme.txt
Last active December 27, 2022 01:27
Sokobond Express demake (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Draknek
Draknek / readme.txt
Last active December 5, 2022 19:49
Gem Magic (PuzzleScript Script)
Play this game by pasting the script in https://dario-zubovic.github.io/PuzzleScript/editor.html
@Draknek
Draknek / readme.txt
Last active November 1, 2022 16:40
Breeze Across These Seas, Please (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Draknek
Draknek / readme.txt
Last active December 7, 2022 13:30
Each Last Laugh for this Beached Raft
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Draknek
Draknek / Language.cs
Created October 20, 2022 20:55
Unity localisation scripts - pulling data from Google Sheets
using System;
using System.Linq;
using UnityEngine;
namespace Localization
{
[System.Serializable]
public class Language
{
[SerializeField] string _id;