N e o n
A Simple sidescroller made with Pixi.JS for Jamchester 2017.
About
Neon is a an 80s (Synthwave) themed sidescroller.
Play
The game is hosted on http://milkshake.io/jam and should be accessible on any browser.
Press "SPACE" or "ENTER" to start the game.
- "LEFT ARROW" & "Right ARROW" - movement
- "UP ARROW" - jump
- "SPACE" - change colour
You can only jump on platforms the same colour as you. Use the "SPACE" key to switch colours and progress further throughout the game.
Code
All of the code is publically available on github. The project is written in a language called Haxe, which compiles down to javascript. The code quality is...well...it's a hackday... need I say more?
Most of the code has been written from scratch, with the exception of rendering which we use the Pixi.JS Framework.
Art
Neither of us are designers nor very good at art in general, so the entire project is designed with graphics. There isn't a single image used in the project (except some white boxes for particle effects). Instead the scenes are generated from line graphics, some terrible terrible maths and some neat looking shaders.
Built With
- haxe
- html
- javascript
Log in or sign up for Devpost to join the conversation.