Skip to content

humphrey91/p5_2d_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p5.js 2d game engine

This project uses p5.js to create a light 2d game engine for small browser games and animations.

Getting Started

No setup required. Simply open index in browser.

Prerequisites

Would be helpful to be familiar with https://p5js.org/

Built With

  • p5 - The 2d graphic framework

Game Engine Examples

    function createGamePieces() {  
        piece = new Block(400,400, 100,10, ++idCounter)
        gamePieces.push(piece)
    }

Authors

  • Josh Humphrey - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

2d game engine using p5.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published