pylnata / mowgli

React + Pixi.js game

Home Page:https://pylnata.github.io/mowgli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alt text

"Mowgli vs Evil Snails" game

Lives here: https://pylnata.github.io/mowgli/ . Just click (mouse click / touch screen) to jump.

I created this game using the pixi.js library for graphic rendering, and React for game logic control (detecting collisions). For linking these libraries I used react-pixi-fiber, which imposed some restrictions. In general, my conclusion is that these games probably is better to make without React, but I do not regret this experiment :)

Used:

  • pixi.js;
  • Create-React-App (ejected because of some issues);
  • react-pixi-fiber

About

React + Pixi.js game

https://pylnata.github.io/mowgli/


Languages

Language:JavaScript 99.1%Language:CSS 0.5%Language:HTML 0.5%