Skip to content

MBajdowski/slided

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLIDED

Simple arcade game using p5.js and Box2d.js

About game

It's a simple arcade game in which player tries to have best time flying over different terrains. Player controls gravitational force applied to the ship and tries to always hit the downhill (which gives a speed boost). Hitting the uphill reduces speed to minimum.

Levels are generated using set of sin functions with different amplitude and frequency.

The game consists of number of those levels connected to each other using bezier curves.

Running the game

To run this game you need some simple web server. I can recommend Simple Web Server, but any server will do :)

Librares

  1. p5.js - used here as graphic engine. Not the best choice for game making, but it does its job here :)
  2. box2D.js - Box2D physics engine ported to js.

Graphics

I am using some free graphics in this game:

  1. Checkered flags - Image by macrovector on Freepik
  2. Balloon - Image by brgfx on Freepik
  3. Clouds - Image by rawpixel.com on Freepik

Screenshots

Screenshot 1 Screenshot 2

About

Simple game using p5.js and Box2d.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors