Skip to content

Instantly share code, notes, and snippets.

View henriquehorbovyi's full-sized avatar
🪐

Henrique Horbovyi henriquehorbovyi

🪐
View GitHub Profile
@henriquehorbovyi
henriquehorbovyi / 2048.py
Last active August 29, 2015 14:28 — forked from onlurking/2048.py
Python 3 port and PEP8 compliant version of David Sousa's 2048 game, to run install the latest version of pygame with python 3: https://bitbucket.org/pygame/pygame/get/default.zip, original source: https://github.com/davidsousarj/2048py/blob/master/2048py.py
# 2048.py
# Written in python / pygame by DavidSousaRJ - [email protected]
# License: Creative Commons
# Sorry about some comments in portuguese!
import os
import sys
import pygame
from pygame.locals import *
from random import randint
@henriquehorbovyi
henriquehorbovyi / Android Studio .gitignore
Last active August 29, 2015 14:26 — forked from mdzhossain/Android Studio .gitignore
A .gitignore for use in Android Studio
# Built application files
/*/build/
# Crashlytics configuations
com_crashlytics_export_strings.xml
# Local configuration file (sdk path, etc)
local.properties
# Gradle generated files