An open API service indexing awesome lists of open source software.

https://github.com/bdshrk/ts-trail

A TypeScript prototype game inspired by Oregon Trail.
https://github.com/bdshrk/ts-trail

javascript nodejs npm prototype typescript

Last synced: about 2 months ago
JSON representation

A TypeScript prototype game inspired by Oregon Trail.

Awesome Lists containing this project

README

        

# tstrail

**A TypeScript prototype game inspired by Oregon Trail.**

## Requirements

- Node.js and npm

## Building and Running

1. Run `npm install`.
2. Run `npm run build`.
3. Open `index.html`. No hosting necessary, it can be ran locally.