Skip to content

Instantly share code, notes, and snippets.

View dario-zubovic's full-sized avatar

Dario Zubovic dario-zubovic

  • Stockholm, Sweden
  • 20:12 (UTC +02:00)
View GitHub Profile
title GONE2
author Dario Zubovic
homepage dario-zubovic.itch.io
smoothscreen 5x7
sprite_size 9
case_sensitive
========
OBJECTS
@dario-zubovic
dario-zubovic / SimplexNoise2D.hlsl
Last active May 5, 2024 01:07
HLSL Simplex noise 2D
// based on https://github.com/keijiro/NoiseShader/blob/master/Assets/GLSL/SimplexNoise2D.glsl
// which itself is modification of https://github.com/ashima/webgl-noise/blob/master/src/noise3D.glsl
//
// License : Copyright (C) 2011 Ashima Arts. All rights reserved.
// Distributed under the MIT License. See LICENSE file.
// https://github.com/keijiro/NoiseShader/blob/master/LICENSE
// https://github.com/ashima/webgl-noise
// https://github.com/stegu/webgl-noise
float3 mod289(float3 x) {
@dario-zubovic
dario-zubovic / script.txt
Created February 22, 2020 23:41
One Snake Level
title One Snake Level
author Dario Zubovic
homepage dario-zubovic.itch.io
background_color #3e3d4c
case_sensitive
( verbose_logging )
@dario-zubovic
dario-zubovic / script.txt
Last active February 15, 2020 12:18
One Level
title One Level
author Dario Zubovic
homepage dario-zubovic.itch.io
background_color #3e3d4c
level_select
continue_is_level_select
level_select_solve_symbol x
level_select_lock
@dario-zubovic
dario-zubovic / script.txt
Created September 30, 2019 06:28
RGB Quest final version
title RGB Quest
author Dario Zubovic
homepage dario-zubovic.itch.io
again_interval 0.07
key_repeat_interval 0.1
run_rules_on_level_start
background_color darkblue
title RGB Quest
author Dario Zubovic
homepage dario-zubovic.itch.io
again_interval 0.1
run_rules_on_level_start
background_color darkblue
level_select
@dario-zubovic
dario-zubovic / script.txt
Created June 2, 2019 01:38
RGB Quest level select demo
title RGB Quest Level select demo
author Dario Zubovic
homepage dario-zubovic.itch.io
again_interval 0.1
run_rules_on_level_start
level_select
continue_is_level_select
level_select_lock
@dario-zubovic
dario-zubovic / script.txt
Created May 30, 2019 15:44
RGB Quest WIP
title RGB Quest WIP
author Dario Zubovic
homepage dario-zubovic.itch.io
again_interval 0.1
run_rules_on_level_start
(verbose_logging)
========
title 7x7 Simple Block Pushing Game
author Stephen Lavelle
homepage www.puzzlescript.net
sprite_size 7
========
OBJECTS
========
@dario-zubovic
dario-zubovic / script.txt
Last active May 29, 2019 00:11
RGB Quest WIP III
title RGB Quest WIP
author Dario Zubovic
homepage dario-zubovic.itch.io
again_interval 0.1
run_rules_on_level_start
(verbose_logging)
========