Skip to content

Instantly share code, notes, and snippets.

View henriquelalves's full-sized avatar

Henrique Lacreta Alves henriquelalves

View GitHub Profile
@henriquelalves
henriquelalves / readme.txt
Created August 15, 2024 11:11
Dam Away (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@henriquelalves
henriquelalves / readme.txt
Created August 9, 2024 10:53
Sand & Flow (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@henriquelalves
henriquelalves / readme.txt
Created August 9, 2024 10:51
Dig & Flow (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@henriquelalves
henriquelalves / readme.txt
Created August 9, 2024 10:30
Dig & Flow (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@henriquelalves
henriquelalves / readme.txt
Created August 7, 2024 08:31
SokoRGBan (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@henriquelalves
henriquelalves / readme.txt
Created August 7, 2024 08:10
SokoRGBan (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@henriquelalves
henriquelalves / readme.txt
Created August 6, 2024 08:07
SokoRGBan (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
#include <libguile.h>
#include <math.h>
#include "raylib.h"
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>
static double x, y;
static double direction;
static int pendown;
@henriquelalves
henriquelalves / readme.txt
Created October 31, 2023 15:55
Orpheus (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@henriquelalves
henriquelalves / readme.txt
Created October 31, 2023 15:46
Orpheus (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html