Read the score database in MenuState.

This commit is contained in:
2013-01-13 13:00:01 -04:30
parent ec80af118b
commit 4d5f03116b
5 changed files with 81 additions and 6 deletions

7
database.py Normal file
View File

@@ -0,0 +1,7 @@
############################################
# Created on 1-13-2013. Miguel Angel Astor #
############################################
import sqlite3
scores = sqlite3.connect('db/scores.db')
cursor = scores.cursor()