This is a playground project for myself to learn PixiJS, a HTML5 creation engine.
I'm planning to learn to game development basics and how to make them work with browsers. The project uses webpack in order to organize and bundle.
PixiJS is a fun library to work with. This project uses v8.x. I'm willing to update this repository while I learn.
All the image assets are created by myself in this project. For sound, it's Pixabay.
Current projects are below:
- Hello World
- Tic-Tac-Toe
After cloning the project:
npm start
Open http://localhost:3000 with your browser to see the result.
Under /src/index.js
, comment out the project you wish to see.
- PixiJS
- Webpack
- Javascript
It's the first step. There are just a "Hello world!" text and a ladybug which spins like crazy.
The first classic game I create with PixiJS. I thought of a simple screen management and a UI system (just a simple button).