Skip to content

skeeto/northbound

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
img
 
 
lib
 
 
 
 
sfx
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Northbound Roguelike

This is an entry for 7DRL 2014. It's a survival, story-driven adventure game, focusing on providing an interesting atmosphere.

Story

A creeping wall of mysterious corruption is flowing across the land, killing and wilting everything it touches. Your only hope is to escape northward!

The corruption will follow you on your heels from the south. Watch your supplies, rest when you get tired, and do whatever it takes to survive.

Running Locally

The game can be run locally from this repository, but due to browser security limitations it must be hosted through a web server, not visited directly on your filesystem. If you happen to have Python installed, this is simple:

python -m SimpleHTTPServer

Credits