Games
https://pblazh.github.io/cracow-tetrishttps://pblazh.github.io/pixi-chromium
Task
I've got a task to write a Tetris game as qualification test. I need to make it in two days and use creative.js or pixi.js
Solution
For writing a test I chose the create.js library as I used it before and I need to write a game really quickly. But later when I was told I'd passed the test I decided to port it on the pixi.js It was not that much work what means, I believe that the architecture was made quite well.
Then I decided to try some more Pixi and made another game with a rocket. The graphics I borrowed from the shutterstock.com and change it heavily to conform to my needs.
Then I wanted to make another game with complicated sprites, with different movements, speed etc. But because I hadn't found anything I need I started drawing it myself. Unfortunately, it ended with the whole day with no code just drawing dogs.
The games source code could be found on my Github account with more detailed comments and working examples.
https://github.com/pblazh/cracow-tetris
https://github.com/pblazh/pixi-chromium
The games are made with HTML5 technology (Create.js/Pixi.js).