8000 GitHub - dsnowb/norns: Turn based 90s text game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dsnowb/norns

 
 

Repository files navigation

The Norns

Authors:

Version: 0.1.0 Build Status Coverage Status

Overview

The Norns is a top-down, turned-based, 90's inspired dungeon crawler. Adventure in style! Find cool weapons only to be slain by... err... and then slay mythical beasts!

Architecture

This app is written using Python 3.6 using Django, Postgres, HTML, and CSS

Installation

  1. Clone https://github.com/the-norns/norns

  2. pip install -r requirments.txt

  3. create postgres db

  4. set up local environmental variables in your environment

# Project-specific env variables
export SECRET_KEY='<your secret key>'
export DB_NAME='<db name>'
export DB_USER=''
export DB_PASSWORD=''
export DB_HOST='localhost'
  1. In project directory run:

./manage.py runserver The server should now be running on localhost:8000

Routes

TBD

Change Log

19 May 2018 - Project Initialized

Resources

  • Django
  • Amazon AWS

About

Turn based 90s text game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.4%
  • CSS 41.4%
  • Python 13.1%
  • HTML 2.9%
  • Shell 0.2%
0