Statements | Branches | Functions | Lines |
---|---|---|---|
This project is a part of my journey to learn PixiJS, a powerful 2D rendering engine for the web. I'm following the tutorial provided at PixiJS Elementals to enhance my PixiJS skills. It is written in Typescript!
- Clone this repository to your local machine.
- Open the project in your favorite code editor.
- Follow the steps in the tutorial mentioned above to learn PixiJS.
Before you start, make sure you have the following installed:
node.js
andyarn
- Any modern web browser
https://ssbarbee.github.io/pixijs-adventure
- Run
yarn
to install project dependencies. - Start the development server with
yarn start
. - Visit
http://localhost:1234
in your browser to see your PixiJS project in action.
- PixiJS Elementals
- 2d Visibility General Concepts
- 2d-visibility-typescript-repo
- https://simblob.blogspot.com/2012/07/2d-visibility.html
- https://www.gameart2d.com/free-dino-sprites.html
This project is licensed under the MIT License - see the LICENSE file for details.