Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 809 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 809 Bytes

Elastiball

Elastiball is a game made with Love2D for LÖVE Jam 2023.

You can download it on itch.io.

Quickstart

Windows

In command prompt:

git clone https://github.com/icy-lava/elastiball.git elastiball
cd elastiball

:: Install dependencies

:: With chocolatey:
choco install love busybox make luarocks
:: Or with scoop:
scoop bucket add extras
scoop install love busybox-lean make luarocks

luarocks install tl

:: For web build:
npm i love.js

:: Build & Run
make run

Ubuntu / Debian based

git clone https://github.com/icy-lava/elastiball.git elastiball
cd elastiball

# Install dependencies

sudo apt-get install luarocks love busybox make

sudo luarocks install tl

# For web build:
npm i love.js

# Build & Run
make run