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
Last active July 15, 2020 14:51
pack.lua | The Lua module bundler
#!/usr/bin/env lua
--[[
The MIT License
Copyright (C) 2017 Saravjeet 'Aman' Singh
<saravjeetamansingh@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@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 <saravjeetamansingh@gmail.com>
import json
import argparse
import time
import sys