Skip to content

christopherstock/MinerTS

Repository files navigation

MinerTS

A remake of the classic MinerVGA using TypeScript and the babylon.js 3D engine.

babylon.js

Tech Stack

  • babylon.js 4.0.3
  • TypeScript 3.4.5
  • Webpack 4.40
  • Jest 24.9
  • TypeDoc 0.14
  • ESLint 6.8
  • TSLint 5.16

Play online!

You can play a hosted version of this project here:

https://christopherstock.github.io/MinerTS/dist/

Use the following keys:

Key Function
UP Move Up
DOWN Move Down
LEFT Move Left
RIGHT Move Right
ENTER Toggle camera zoom

MinerVGA 1989

MinerVGA 1989

Miner is a game of rare earths mining. In the game, you assume the role of a miner in search of rare earths like silver, gold, and platinum. The goal is to collect enough cash to marry Mimi and retire.

Play the classic game online!

https://www.playdosgames.com/play/miner-vga/


Installation

Clone the project repository via Git and execute the following command in the local project directory:

npm install

Development

Run the Webpack Dev Server for building and executing the Application:

npm run webpack:devserver

The application can now be seen in the browser using the following address:

http://localhost:1236/

The following frontend shall appear now:

Frontend

All project code changes result in an immediate rebuild of the project by the Webpack Dev Server. The app is automatically reloaded in the browser after the build process has been finished.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published