Skip to content

andredarcie/get-out-game

Repository files navigation

Get Out Codacy Badge

A Minimalist PWA Survival Text Game 🕹️

<img src="badge.svg" width="250"/>

Tags

  • Progressive Web App
  • Works offline
  • Choices that matter
  • Story Rich
  • Text based
  • Tabletop role-playing game elements
  • Minimalist
  • Survival
  • Roguelike
  • Finish in one sitting
  • Indie
  • Procedural Generation
  • Multiple Endings
  • Open-source

Getting Started

If you are using windows Open powershell in administrative mode and run the following command Set-ExecutionPolicy RemoteSigned

Install Parcel using npm

npm install -g parcel-bundler

Run

parcel index.html

Testing

Install Jest CLI

npm install jest --global

Run all tests

jest

Deploy to Github Pages

npm install gh-pages -g
npm run deploy

Live Demo

Play here

Enjoy :)