/Typescript-textbased-game

A small text-based game which I develop in Typescript and Webpack. I'm trying out a few programming concepts like DI in typescript. (UNFINISHED)

Primary LanguageTypeScript

Typescript game

Codacy Badge

A small text-based game which I develop in Typescript and Webpack. I'm trying out a few programming concepts like DI in typescript.

Getting Started

Just clone the repo and run npm start to get started!

Prerequisites

You need to have node and npm in order to run this app. (and preferably also the webpack cli)

Installing

  1. git clone the respository.
  2. run npm i
  3. run npm start

Deployment

Deploying this project is as simple as running npm run build and putting the /dist folder somewhere save.

Authors

  • Maarten van der Heijden - Main contributor - survivorbat

Acknowledgments

  • Nothing yet