# Sand Simulation A simple sand (and more elements) simulation built with Lua and LÖVE2D. ## Features - Place and simulate sand, water, plant, wall and more elements ## Requirements (playing) ### Web & PC - None ### Mobile - Löve2D [APK](https://github.com/love2d/love/releases/download/11.5/love-11.5-android.apk) ## Requirements (building) - Lua - Löve2D ## Where to Play? - Windows (via makelove) - Macos (via makelove) - Android (via makelove) - Linux (via makelove, no binary provided) - Web (via lovejs) -# The provided .love file is an alternative to the binarys and can be played via the löve framework ## Workspace Structure - `game/` - Main game source code - `main.lua` - Entry point - `conf.lua` - LÖVE2D and [love-release](https://github.com/MisterDA/love-release) configuration - `elements/` - Simulation logic for elements - `libs/` - UI and utility modules - `fonts/` - Fonts for the game ## License This project is published under the [MIT License](LICENSE).