Skip to content

Instantly share code, notes, and snippets.

View jonathontoon's full-sized avatar
🏴

Jonathon Toon jonathontoon

🏴
View GitHub Profile
@jonathontoon
jonathontoon / python
Last active November 21, 2021 09:48 — forked from iam4722202468/python
Free Flow Puzzle Generator
import random
paths = {}
MINIMUM_LINE_SIZE = 3
SIZE = 7
def printPuzzle():
puzzle = []
//
// Created by Alex Manarpies on 09/01/15.
// www.aceontech.com
//
//
// Copyright (c) 2015 Alex Manarpies
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights