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.
- Host: GitHub
- URL: https://github.com/bdshrk/ts-trail
- Owner: bdshrk
- Created: 2023-08-16T21:14:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T21:43:11.000Z (over 1 year ago)
- Last Synced: 2025-01-22T12:45:55.437Z (3 months ago)
- Topics: javascript, nodejs, npm, prototype, typescript
- Language: TypeScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.