My One Lone Coder CODEJAM 2022 Submission
- JavaScript 99.6%
- Lua 0.4%
| src | ||
| weatherWebBuilder | ||
| .gitignore | ||
| main.lua | ||
| README.md | ||
WEATHER
For the ONE LONE CODER CODEJAM 2022
How to play
Use the arrow keys to explore your surroundings!
Installation Instructions
- Download the LÖVE game engine and install onto your machine
- Download the WEATHER repo. (Click the green code button and download the .zip folder)
- Unzip the downloaded repo folder
- Drag and drop the repo folder onto the LÖVE application to begin playing!
Installation On Terminal
git clone https://github.com/findingfocus/weather.git
cd weather
love .
Set alias to love on Mac
alias love="/Applications/love.app/Contents/MacOS/love"