Giter Site home page Giter Site logo

budgie's Introduction

Budgie logo

Budgie

A lightweight HTML5 game engine for arcade-style games in the browser. Provides a simple API to manage sprites and visual/audial assets. Brought to you by LugoCorp.

Usage

Download

# This downloads the Github repository
git clone https://github.com/lugocorp/budgie
cd budgie

Installation

# This installs the budgie command on your machine
npm install -g budgiejs

Create a project

# This is how you start a new Budgie.js project
budgie init <name>
cd <name>

Build your game

# This will convert your project code into a website
budgie build

# This will fix a bug that can sometimes happen
budgie package

Open in the browser

# Once you've built your game you can open it in the browser for testing
budgie open

budgie.json details

name

A string that represents the name of your project. It will be displayed in the title bar of your browser.

latency

This integer value represents the number of milliseconds in between each frame of your game's runtime. Set this to a lower number for higher FPS (but it may cause performance issues if you go too low).

viewport

This is an object with two keys, width and height. They're both integer values that represent the number of in-game pixels in either dimension along your game screen. Your game is automatically scaled from this ratio to fit within the browser window.

Links

budgie's People

Contributors

alugocp avatar nathan-a-macleod avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.