This is a tiny browser based RPG written in typescript for the course Programming 08
.
One can install the development environment by running yarn
.
In order to build the game, run yarn run build
To run a watcher and a webserver, please run yarn run start
For the course, certain design patterns are required, they are listed below.
An example of a singleton can be found here.
This singleton is used to globalize the game instance.
Most sprites are made by Alistair
, or are taken from pokemon tilesheets