Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.05 KB

Whale Simulator

The world's premiere whale simulator.

whale-sim

HOW TO INSTALL FROM GITHUB

###The Easy Way

  1. Get löve2D

  2. git clone https://github.com/DaemonLee/Whale-Simulator.git

  3. cd Whale-Simulator ; make ; sudo make install

###The Hard Way

  1. Download and install/compile Love from https://love2d.org/ or I'm sure it's also in your repositories or someting. ;3
  2. Download Whale Simulator
  3. Extract .zip
  4. Go into the new folder that was created
  5. Select ALL the .lua files, assets and libs folders then .zip them
  6. Change .zip to .love (You need to turn on file extensions if you're on Windows)
  7. Execute with love

And one note: The game should work with Löve2D 0.9.x and 0.8.

Contributors