Objects added to game rendering
authorHarishankar <v.harishankar@gmail.com>
Thu, 29 Sep 2011 10:46:21 +0000 (16:16 +0530)
committerHarishankar <v.harishankar@gmail.com>
Thu, 29 Sep 2011 10:46:21 +0000 (16:16 +0530)
commit7dbb8e9b6766b7c0c17433bea3c88a321036b837
tree373a66e06e9c9b30107abd897ed3dad87d8bdc09
parent42a1f54d2fc5153bff97a8fc77086c4b7606c25e
Objects added to game rendering

Added object class for representing in-game objects
Also added rendering for in-game objects, but not yet
added interaction with objects.
level.py
maingame.py
object.py [new file with mode: 0644]
objects/key.png [new file with mode: 0644]
utility.py [new file with mode: 0644]