Giter Site home page Giter Site logo

love-kickstart's Introduction

kickstart

love-kickstart

love-kickstarter is a project template that aims at providing the most straightforward tools to quickly set up a LÖVE game, which makes it useful for game jams and hackatons.

Setup - main.lua

Set the internal resolution of your game

WWIDTH, WHEIGHT = 1920, 1080

Add external libraries and custom classes (e.g. Player class)

--Includes
require "include.player" --example

Start making your game by editing and adding new scenes! By default, main.lua redirects to the game scene, located in "/scenes".

--game.lua

function game.update(dt)
  moveObjects(dt)
end

function game.draw()
  drawObjects()
end

What's included

push - Handles everything resolution-related

shack - Lets you quickly add screen effects such as shake, rotate, shear and scale

lem - Allows you to set up events and call them whenever and wherever in your code

lue - Adds hue to your game

stager - Manages all the different scenes and lets you switch between them

wave - Audio manager with sound parsing functionalities

soft - Interpolates values

easy - A minimalist easing library

trail - Adds trail effects to your game

love-kickstart's People

Contributors

ulydev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.