Skip to content

seken/nink

Repository files navigation

Nink saves the town!

All the men of the town were lured into the
Goblin king's dungeon by gold and fame!

You, Nink, must enter the dungeon to rescue
your husband and the men of the town, before
the goblins eat them all!

But beware! They are very greedy and will
happily run off to get more gold. You can
call them to make them follow you again for
some time.

Goblins just like killing, they take 3 hits
to kill with any weapon.

You will get points for completing the
level with the most survivors carrying the
most gold in the least amount of time,
which will be submitted online.

Controls
---------
W - Turn Left
A - Backwards
S - Turn Right
D - Forwards
M - Call friendlies towards you
Space - Fire arrow

Credits
---------
Code, design: Mark Goodall (markit@seken.co.uk)
Textures: Oryz (http://cgbarrett.squarespace.com)
Sound: Cheapshot (http://forums.tigsource.com/index.php?topic=8949.0)

Requirements
---------
Python 2.?
gletools (by Florian Bšsch) http://codeflow.org/entries/2009/jul/31/gletools-advanced-pyglet-utilities/ - included
piglet (Copyright 2006-2008 Alex Holkner) http://www.pyglet.org/ - included

License
---------
The license covers just the code produced for the Reddit Code Jam 5

Editing
---------
New maps can be generated by running python genMap.py.
Press space to generate a map and press enter to save it.
You then need to move the generated points.txt and ground.png
to the map folder and rename them to the same name, e.g.
something.(png/txt). Modify the end line of app.py to tell
the game to load the new map.