JS Game: Pablo The Ghost


Pablo the Ghost is a test game I created to explore p5.js. p5.js is a creative coding framework for JavaScript which comes with a bunch of functions that quickly allows the user to create graphical elements and interactivity.

All of the graphics in the game have been generated completely from code, no images have been used. Going forward I will lean on pre-generated images as opposed to completely code generated visuals.

Currently it’s super simple, the environment consists of single tree, mountain ,cloud and platform segment. Everything is populated procedurally with the exception of some manually placed objects for art direction.

Lots can be done to improve both the visual and game play mechanics, when I find more time to finish the game, I’ll upload it here to store for reference.