This bunch of software is our HTML5 Canvas and TypeScript game titled Cavator. The game is made for our OOP-project. The objective was to make a educative game for kids around the age of 12. We used history as our subject to make our game about.
Visit the gitHub wiki for more information: https://github.com/Neatherblok/Cavator/wiki See the LICENSE file for more info on user agreement.
To be able to correctly edit the game you will need to install TypeScript. Look down a coupe of rows on how to install TypeScript.
npm
.node --version
into the terminal. It should print a line with something like v8.12.0
.npm --version
into the terminal. It should print a line with something like 6.4.1
.npm install -g yarn
npm install
or yarn install
from the project directory.npm run build
or yarn run build
. If you want to run the build script everytime you make changes automatically, you can use npm run watch
or yarn run watch
. To check out how this works, you can open the package.json
.tsconfig.json
file in this project.