Skip to content

Instantly share code, notes, and snippets.

View gamesbyangelina's full-sized avatar

Michael Cook gamesbyangelina

View GitHub Profile
@gamesbyangelina
gamesbyangelina / runspec-example-1.cs
Created August 28, 2025 20:20
Run Specification: Breakout
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using GameFeelDescriptions.Examples;
public class BreakoutRunSpec : RunSpec
{
public BreakoutRunSpec(){
this.runsPerSolution = 1;
@gamesbyangelina
gamesbyangelina / runspec-example-2.cs
Created August 28, 2025 20:20
Run Specification: Dodgeball
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using GameFeelDescriptions.Examples;
/*
More complex run specification with multiple autoplayers
*/
public class DodgeballRunSpec : RunSpec
{
@gamesbyangelina
gamesbyangelina / root-example-1.cs
Created August 28, 2025 20:19
Root File: Breakout
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System;
using GameFeelDescriptions.Examples;
public class BreakoutRoot : MonoBehaviour
{
object[] args;
@gamesbyangelina
gamesbyangelina / root-example-2.cs
Created August 28, 2025 20:19
Root File: Dodgeball
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System;
using GameFeelDescriptions.Examples;
public class DodgeballRoot : MonoBehaviour
{
[Header("Prefabs")]
@gamesbyangelina
gamesbyangelina / readme.txt
Created March 4, 2025 22:08
Magnaban - Mike's Version (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@gamesbyangelina
gamesbyangelina / readme.txt
Created March 4, 2025 20:32
Magnaban (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@gamesbyangelina
gamesbyangelina / readme.txt
Created March 4, 2025 16:43
Magnaban (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@gamesbyangelina
gamesbyangelina / readme.txt
Created March 4, 2025 16:09
Creative Coding: Escape From Bush House (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@gamesbyangelina
gamesbyangelina / readme.txt
Created March 4, 2025 16:09
Creative Coding: Escape From Bush House [Solution] (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@gamesbyangelina
gamesbyangelina / readme.txt
Created March 4, 2025 16:07
Creative Coding: Escape From Bush House (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html