summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Harishankar [Sat, 1 Oct 2011 09:52:59 +0000 (15:22 +0530)]
Level editor completed somewhat
Level editor is finished, but lacking the ability to
scroll in the tileset. So if the tileset is greater
than the screen size, the code does not work.
Harishankar [Sat, 1 Oct 2011 08:21:57 +0000 (13:51 +0530)]
Started on the level editor
Began work on the level editor for the game
Harishankar [Sat, 1 Oct 2011 05:52:06 +0000 (11:22 +0530)]
Added a different font
Added a more suitable font for the game
Harishankar [Fri, 30 Sep 2011 14:25:02 +0000 (19:55 +0530)]
Added a picture for a chest
Added a picture for chest (missed in the earlier
commit)
Harishankar [Fri, 30 Sep 2011 14:23:25 +0000 (19:53 +0530)]
Added object interaction - healthpotion, lock and key
Added object interaction for health potion, keys and locked
items.
Harishankar [Fri, 30 Sep 2011 05:23:01 +0000 (10:53 +0530)]
Added the inventory system (basic)
Now implemented adding items to the character's inventory.
Not yet done object interactions yet
Harishankar [Thu, 29 Sep 2011 10:46:21 +0000 (16:16 +0530)]
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.
Harishankar [Thu, 29 Sep 2011 07:31:57 +0000 (13:01 +0530)]
Initial commit
Initial commit for the game