Skip to content

Instantly share code, notes, and snippets.

View turtleDev's full-sized avatar
💭
🐢

Saravjeet 'Aman' Singh turtleDev

💭
🐢
View GitHub Profile
@turtleDev
turtleDev / pack.lua.md
Last active December 5, 2024 19:04
pack.lua | The Lua module bundler
@turtleDev
turtleDev / 2kb.py
Last active August 19, 2016 11:41
A script to find a solution to the 2048 puzzle.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# License: public domain
# Author: Saravjeet 'Aman' Singh <[email protected]>
import json
import argparse
import time
import sys