Skip to content
/ play Public
forked from amyconroy/play

80's retro website for the Web Technologies course at University of Bristol.

Notifications You must be signed in to change notification settings

a-shmyg/play

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

PLAY Text Adventure Game

Website for PLAY text adventure game engine, in the style of retro 80's nerds. Features include a fully working shop, comments page, and text-adventure game playable on the demo page.

Usage

$ npm install
$ node server.js 

Visit http(s)://localhost:8080/ to view the website.

For full content, uncomment:

 const fillDB = require('./database/filldb.js');

In server.js as well as the subsequent function calls to fill the database with dummy data.

Built With

About

80's retro website for the Web Technologies course at University of Bristol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.3%
  • HTML 22.3%
  • CSS 16.4%