My One Lone Coder CODEJAM 2022 Submission
  • JavaScript 99.6%
  • Lua 0.4%
Find a file
2024-04-18 14:29:59 -06:00
src OLCCODEJAM2022 FINAL SUBMISSION 2022-09-04 12:39:35 -06:00
weatherWebBuilder added webBuilder folder 2024-04-18 14:29:59 -06:00
.gitignore first commit, welcome playstate 2022-08-27 19:07:33 -06:00
main.lua added easter egg, final commit for the CODEJAM submission 2022-09-04 11:37:08 -06:00
README.md final README 2023-12-22 23:35:01 -07:00

WEATHER

For the ONE LONE CODER CODEJAM 2022

How to play

Use the arrow keys to explore your surroundings!

Installation Instructions

  1. Download the LÖVE game engine and install onto your machine
  2. Download the WEATHER repo. (Click the green code button and download the .zip folder)
  3. Unzip the downloaded repo folder
  4. 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"