Skip to content

icy-lava/elastiball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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