Skip to content

KUSTIKs/pokemon-like-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon-like Game

Placeholder banner image

This is a Pokemon-like game built with TypeScript and Canvas. Thanks for tutorials to Frankslaboratory and ChrisCourses.

Installation

To install the dependencies, run the following command:

npm install

Usage

To start the development server, run:

npm run dev

To build the project, run:

npm run build

To preview the build, run:

npm run preview

Credits