Skip to content

lorenzo774/koala-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koala-engine

   

Game engine made with HTML5 + Typescript.

Installation

  1. Clone the repo after the fork
git clone https://github.com/<your-github-username>/koala-engine
cd koala-engine
  1. Install npm dependencies
npm install
  1. Install openssl
scoop install openssl
  1. Generate SSL certificate using openssl
openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -keyout server/key.pem -out server/cert.pem
  1. Run the project using npm scripts
npm run dev

(Use vscode chrome debugger to use breakpoints while debugging)

Example

FIGMA

Figma, yet to be develop


img

demo