/picojs

Learn to code by creating a game! Strongly inspired by PICO8

Primary LanguageTypeScript

PICO-JS

WIP, goal: to recreate PICO8 interface for web and learn typescript.

You can see demo here

Based on: https://github.com/smith-chris/react-starter/tree/typescript

How to use

Clone the repo and install local dependencies run:

npm i

To develop run:

npm start

and open localhost:8080

To build production package run:

npm run prod

and you will find compiled files in /dist directory.

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.